#AF0ED4

Color #AF0ED4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AF0ED4

Tints of Dark Violet #AF0ED4

Color information

#AF0ED4 (or 0xAF0ED4) is unknown color: approx Dark Violet. HEX triplet: AF, 0E and D4. RGB value is (175,14,212). Sum of RGB (Red+Green+Blue) = 175+14+212=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 212 (83.20% from 255 or 52.87% from 401); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF0ED4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ED4 is #50F12B. Grayscale: #545454. Windows color (decimal): -5304620 or 13897391. OLE color: 13897391.

HSL color Cylindrical-coordinate representation of color #AF0ED4: hue angle of 288.79º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0ED4 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17514212-
CMYK0.170.9300.17
HSL288.79º87.61%44.31%-
HSV(B)288.79º93.4%83.14%-
XYZ29.7214.1863.46-
YUV84.71199.84192.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 14 (5.86% from 255) = 3.49%
BLUE value IS 212 (83.20% from 255) = 52.87%
R=43.64%
G=3.49%
B=52.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal175142120.170.9300.17288.7987.6144.31
HexAFED4115D011121582c
Octal257163242113502144113054
Binary101011111110110101001000110111010100011001000011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0ED4; }

 p { color: rgb(175,14,212); }

 H1.HeaderClassName
 {
   color: #AF0ED4;
 }
 .AnyTagClassName
 {
   color: #AF0ED4;
 }
</style>
background-color css

<style>
 a { background-color: #AF0ED4; }

 a { background-color: rgb(175,14,212); }

 div.DivClassName
 {
   background-color: #AF0ED4;
 }
 .BgClassName
 {
   background-color: #AF0ED4;
 }
</style>
border-color css

<style>
 span { border-color: #AF0ED4; }

 span { border-color: rgb(175,14,212); }

 td.TdClassName
 {
   border-color: #AF0ED4;
 }
 .TagClassName
 {
   border-color: #AF0ED4;
 }
</style>