Shades of Dark Violet #AF0DDC
Tints of Dark Violet #AF0DDC
RGB
CMYK
RGB Variations
Color information
#AF0DDC (or 0xAF0DDC) is known color: Dark Violet. HEX triplet: AF, 0D and DC. RGB value is (175,13,220). Sum of RGB (Red+Green+Blue) = 175+13+220=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF0DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DDC is #50F223. Grayscale: #545454. Windows color (decimal): -5304868 or 14421423. OLE color: 14421423.
HSL color Cylindrical-coordinate representation of color #AF0DDC: hue angle of 286.96º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0DDC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 13 | 220 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.14 |
| HSL | 286.96º | 0.89% | 0.46% | - |
| HSV(B) | 286.96º | 0.94% | 0.86% | - |
| XYZ | 30.74 | 14.57 | 68.9 | - |
| YUV | 85.04 | 204.17 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 220 | 0.20 | 0.94 | 0 | 0.14 | 286.96 | 0.89 | 0.46 |
| Hex | AF | D | DC | 14 | 5E | 0 | E | 11F | 59 | 2E |
| Octal | 257 | 15 | 334 | 24 | 136 | 0 | 16 | 437 | 131 | 56 |
| Binary | 10101111 | 1101 | 11011100 | 10100 | 1011110 | 0 | 1110 | 100011111 | 1011001 | 101110 |
Color Harmonies of #AF0DDC
Complementary color
Monochromatic Colors of #AF0DDC
Black with #AF0DDC
Text Example
Text Example
White with #AF0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DDC; }
p { color: rgb(175,13,220); }
H1.HeaderClassName
{
color: #AF0DDC;
}
.AnyTagClassName
{
color: #AF0DDC;
}
</style>
background-color css
<style>
a { background-color: #AF0DDC; }
a { background-color: rgb(175,13,220); }
div.DivClassName
{
background-color: #AF0DDC;
}
.BgClassName
{
background-color: #AF0DDC;
}
</style>
border-color css
<style>
span { border-color: #AF0DDC; }
span { border-color: rgb(175,13,220); }
td.TdClassName
{
border-color: #AF0DDC;
}
.TagClassName
{
border-color: #AF0DDC;
}
</style>