Shades of Dark Violet #AF04DB
Tints of Dark Violet #AF04DB
RGB
CMYK
RGB Variations
Color information
#AF04DB (or 0xAF04DB) is known color: Dark Violet. HEX triplet: AF, 04 and DB. RGB value is (175,4,219). Sum of RGB (Red+Green+Blue) = 175+4+219=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF04DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04DB is #50FB24. Grayscale: #4E4E4E. Windows color (decimal): -5307173 or 14353583. OLE color: 14353583.
HSL color Cylindrical-coordinate representation of color #AF04DB: hue angle of 287.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04DB is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 4 | 219 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.14 |
| HSL | 287.72º | 0.96% | 0.44% | - |
| HSV(B) | 287.72º | 0.98% | 0.86% | - |
| XYZ | 30.51 | 14.32 | 68.17 | - |
| YUV | 79.64 | 206.65 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 219 | 0.20 | 0.98 | 0 | 0.14 | 287.72 | 0.96 | 0.44 |
| Hex | AF | 4 | DB | 14 | 62 | 0 | E | 120 | 60 | 2C |
| Octal | 257 | 4 | 333 | 24 | 142 | 0 | 16 | 440 | 140 | 54 |
| Binary | 10101111 | 100 | 11011011 | 10100 | 1100010 | 0 | 1110 | 100100000 | 1100000 | 101100 |
Color Harmonies of #AF04DB
Complementary color
Monochromatic Colors of #AF04DB
Black with #AF04DB
Text Example
Text Example
White with #AF04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF04DB; }
p { color: rgb(175,4,219); }
H1.HeaderClassName
{
color: #AF04DB;
}
.AnyTagClassName
{
color: #AF04DB;
}
</style>
background-color css
<style>
a { background-color: #AF04DB; }
a { background-color: rgb(175,4,219); }
div.DivClassName
{
background-color: #AF04DB;
}
.BgClassName
{
background-color: #AF04DB;
}
</style>
border-color css
<style>
span { border-color: #AF04DB; }
span { border-color: rgb(175,4,219); }
td.TdClassName
{
border-color: #AF04DB;
}
.TagClassName
{
border-color: #AF04DB;
}
</style>