#AF12DF

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

Shades of Dark Violet #AF12DF

Tints of Dark Violet #AF12DF

Color information

#AF12DF (or 0xAF12DF) is unknown color: approx Dark Violet. HEX triplet: AF, 12 and DF. RGB value is (175,18,223). Sum of RGB (Red+Green+Blue) = 175+18+223=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF12DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12DF is #50ED20. Grayscale: #575757. Windows color (decimal): -5303585 or 14619311. OLE color: 14619311.

HSL color Cylindrical-coordinate representation of color #AF12DF: hue angle of 285.95º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF12DF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17518223-
CMYK0.220.9200.13
HSL285.95º85.06%47.25%-
HSV(B)285.95º91.93%87.45%-
XYZ31.2114.8771.04-
YUV88.31204.01189.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 18 (7.42% from 255) = 4.33%
BLUE value IS 223 (87.5% from 255) = 53.61%
R=42.07%
G=4.33%
B=53.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175182230.220.9200.13285.9585.0647.25
HexAF12DF165C0D11e552f
Octal257223372613401543612557
Binary101011111001011011111101101011100011011000111101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF12DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF12DF; }

 p { color: rgb(175,18,223); }

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

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

 a { background-color: rgb(175,18,223); }

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

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

 span { border-color: rgb(175,18,223); }

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