Shades of Dark Violet #AF0ADC
Tints of Dark Violet #AF0ADC
RGB
CMYK
RGB Variations
Color information
#AF0ADC (or 0xAF0ADC) is known color: Dark Violet. HEX triplet: AF, 0A and DC. RGB value is (175,10,220). Sum of RGB (Red+Green+Blue) = 175+10+220=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF0ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ADC is #50F523. Grayscale: #525252. Windows color (decimal): -5305636 or 14420655. OLE color: 14420655.
HSL color Cylindrical-coordinate representation of color #AF0ADC: hue angle of 287.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0ADC is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 10 | 220 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.14 |
| HSL | 287.14º | 0.91% | 0.45% | - |
| HSV(B) | 287.14º | 0.95% | 0.86% | - |
| XYZ | 30.71 | 14.5 | 68.89 | - |
| YUV | 83.28 | 205.16 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 220 | 0.20 | 0.95 | 0 | 0.14 | 287.14 | 0.91 | 0.45 |
| Hex | AF | A | DC | 14 | 5F | 0 | E | 11F | 5B | 2D |
| Octal | 257 | 12 | 334 | 24 | 137 | 0 | 16 | 437 | 133 | 55 |
| Binary | 10101111 | 1010 | 11011100 | 10100 | 1011111 | 0 | 1110 | 100011111 | 1011011 | 101101 |
Color Harmonies of #AF0ADC
Complementary color
Monochromatic Colors of #AF0ADC
Black with #AF0ADC
Text Example
Text Example
White with #AF0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0ADC; }
p { color: rgb(175,10,220); }
H1.HeaderClassName
{
color: #AF0ADC;
}
.AnyTagClassName
{
color: #AF0ADC;
}
</style>
background-color css
<style>
a { background-color: #AF0ADC; }
a { background-color: rgb(175,10,220); }
div.DivClassName
{
background-color: #AF0ADC;
}
.BgClassName
{
background-color: #AF0ADC;
}
</style>
border-color css
<style>
span { border-color: #AF0ADC; }
span { border-color: rgb(175,10,220); }
td.TdClassName
{
border-color: #AF0ADC;
}
.TagClassName
{
border-color: #AF0ADC;
}
</style>