Shades of Dark Violet #AF13DC
Tints of Dark Violet #AF13DC
RGB
CMYK
RGB Variations
Color information
#AF13DC (or 0xAF13DC) is known color: Dark Violet. HEX triplet: AF, 13 and DC. RGB value is (175,19,220). Sum of RGB (Red+Green+Blue) = 175+19+220=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF13DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13DC is #50EC23. Grayscale: #575757. Windows color (decimal): -5303332 or 14422959. OLE color: 14422959.
HSL color Cylindrical-coordinate representation of color #AF13DC: hue angle of 286.57º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF13DC is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 19 | 220 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.14 |
| HSL | 286.57º | 0.84% | 0.47% | - |
| HSV(B) | 286.57º | 0.91% | 0.86% | - |
| XYZ | 30.83 | 14.75 | 68.93 | - |
| YUV | 88.56 | 202.18 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 220 | 0.20 | 0.91 | 0 | 0.14 | 286.57 | 0.84 | 0.47 |
| Hex | AF | 13 | DC | 14 | 5B | 0 | E | 11F | 54 | 2F |
| Octal | 257 | 23 | 334 | 24 | 133 | 0 | 16 | 437 | 124 | 57 |
| Binary | 10101111 | 10011 | 11011100 | 10100 | 1011011 | 0 | 1110 | 100011111 | 1010100 | 101111 |
Color Harmonies of #AF13DC
Complementary color
Monochromatic Colors of #AF13DC
Black with #AF13DC
Text Example
Text Example
White with #AF13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF13DC; }
p { color: rgb(175,19,220); }
H1.HeaderClassName
{
color: #AF13DC;
}
.AnyTagClassName
{
color: #AF13DC;
}
</style>
background-color css
<style>
a { background-color: #AF13DC; }
a { background-color: rgb(175,19,220); }
div.DivClassName
{
background-color: #AF13DC;
}
.BgClassName
{
background-color: #AF13DC;
}
</style>
border-color css
<style>
span { border-color: #AF13DC; }
span { border-color: rgb(175,19,220); }
td.TdClassName
{
border-color: #AF13DC;
}
.TagClassName
{
border-color: #AF13DC;
}
</style>