#AF0DE0

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

Shades of Dark Violet #AF0DE0

Tints of Dark Violet #AF0DE0

Color information

#AF0DE0 (or 0xAF0DE0) is unknown color: approx Dark Violet. HEX triplet: AF, 0D and E0. RGB value is (175,13,224). Sum of RGB (Red+Green+Blue) = 175+13+224=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 224 (87.89% from 255 or 54.37% from 412); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF0DE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DE0 is #50F21F. Grayscale: #545454. Windows color (decimal): -5304864 or 14683567. OLE color: 14683567.

HSL color Cylindrical-coordinate representation of color #AF0DE0: hue angle of 286.07º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0DE0 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17513224-
CMYK0.220.9400.12
HSL286.07º89.03%46.47%-
HSV(B)286.07º94.2%87.84%-
XYZ31.2814.7871.73-
YUV85.49206.17191.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 13 (5.47% from 255) = 3.16%
BLUE value IS 224 (87.89% from 255) = 54.37%
R=42.48%
G=3.16%
B=54.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal175132240.220.9400.12286.0789.0346.47
HexAFDE0165E0C11e592e
Octal257153402613601443613156
Binary10101111110111100000101101011110011001000111101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0DE0; }

 p { color: rgb(175,13,224); }

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

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

 a { background-color: rgb(175,13,224); }

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

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

 span { border-color: rgb(175,13,224); }

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