COLOR #AF4AF4

HEX: #AF4AF4
RGB: (175,74,244)

Color info

#AF4AF4 contains mainly blue color. Web safe color of #AF4AF4 is #9933FF (or #93F).

RGB color model

#AF4AF4 color RGB value is (175,74,244).

  • red value is 175;
  • green value is 74;
  • blue value is 244.
RGB:
(175,74,244)
(69%,29%,96%)

RGB channels and saturation

R 175 of 255 = 69%
G 74 of 255 = 29%
B 244 of 255 = 96%

175
74
244

R + G + B ~ 65%. #AF4AF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 74 + 244 = 493 (100%)
R 175 of 493 ~ 35.5%
G 74 of 493 ~ 15.01%
B 244 of 493 ~ 49.49%

%35.5
%15.01
%49.49

CMYK color model

#AF4AF4 color CMYK value is (28,70,0,4).

  • cyan value is 28.28%
  • magenta value is 69.67%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(28,70,0,4)
C28M70Y0K4 
(28%,70%,0%,4%)
(0.28/0.70/0.00/0.04)	

CMYK percentages

%28.28
%69.67
%0
%4.31

Codes

Color #AF4AF4 in popluar color models

AF4AF4
RGB17574244
HSL276°88.54%62.35%
HSB/HSV276°69.67%95.69%
CMYK28.28%69.67%0.00%
4.31%

Color #AF4AF4 in popluar number systems.

HEXAF4AF4
Decimal17574244
Binary10101111100101011110100
Octal257112364

Shades and tints

Shades of #AF4AF4

#AF4AF4
(175,74,244)
#A044DE
(160,68,222)
#913EC8
(145,62,200)
#8238B2
(130,56,178)
#73329C
(115,50,156)
#642C86
(100,44,134)
#552670
(85,38,112)
#46205A
(70,32,90)
#371A44
(55,26,68)
#28142E
(40,20,46)
#190E18
(25,14,24)
#000000
(0,0,0)

Tints of #AF4AF4

#AF4AF4
(175,74,244)
#B65AF5
(182,90,245)
#BD6AF6
(189,106,246)
#C47AF7
(196,122,247)
#CB8AF8
(203,138,248)
#D29AF9
(210,154,249)
#D9AAFA
(217,170,250)
#E0BAFB
(224,186,251)
#E7CAFC
(231,202,252)
#EEDAFD
(238,218,253)
#F5EAFE
(245,234,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF4AF4 color. Also use rgb(175,74,244) instead hex code.

Text Font Color

.myTextColor { color: #AF4AF4; }

<p style="color:#AF4AF4">This sample text font color is #AF4AF4.</p>

This text font color is #AF4AF4.


Background Color

.myBgColor { background-color: #AF4AF4; }

<div style="background-color:#AF4AF4">Inner text</div>

This div background color is #AF4AF4.


Border color

.myBorderColor { border: 1px solid #AF4AF4; }

<div style="border:3px solid #AF4AF4">Div</div>

This div border color is #AF4AF4.


Opacity

.myOpacity80 { color: #AF4AF4; opacity: 0.8; }

<p style="color:#AF4AF4;opacity:0.8;">80%</p>

Text with #AF4AF4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AF4AF4;}

<p style="text-shadow: 3px 3px 1px #AF4AF4">Text here.</p>

This text has shadow with #AF4AF4 color.

.textShadow {text-shadow: 3px 3px 1px #AF4AF4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AF4AF4, 5px 5px 20px red">Text here.</p>

This text has shadow with #AF4AF4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF4AF4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AF4AF4, Direction=45, Strength=4)">Text</p>

This text has shadow with #AF4AF4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AF4AF4;
  -webkit-box-shadow:	1px 1px 3px 2px #AF4AF4;
  box-shadow:		1px 1px 3px 2px #AF4AF4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF4AF4;
-webkit-box-shadow: 1px 1px 3px 2px #AF4AF4;
box-shadow:1px 1px 3px 2px #AF4AF4;">
Div content here</div>
This div box has shadow with color #AF4AF4.

Preview

Color preview on black background

This text has color #AF4AF4 on black background.


Color preview on white background

This text has color #AF4AF4 on white background.



Black color preview on #AF4AF4 background

This text has black color on #AF4AF4 background.


White color preview on #AF4AF4 background

This text has white color on #AF4AF4 background.