Shades of Dark Violet #AF07DB
Tints of Dark Violet #AF07DB
RGB
CMYK
RGB Variations
Color information
#AF07DB (or 0xAF07DB) is known color: Dark Violet. HEX triplet: AF, 07 and DB. RGB value is (175,7,219). Sum of RGB (Red+Green+Blue) = 175+7+219=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF07DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF07DB is #50F824. Grayscale: #505050. Windows color (decimal): -5306405 or 14354351. OLE color: 14354351.
HSL color Cylindrical-coordinate representation of color #AF07DB: hue angle of 287.55º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07DB is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 7 | 219 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.14 |
| HSL | 287.55º | 0.94% | 0.44% | - |
| HSV(B) | 287.55º | 0.97% | 0.86% | - |
| XYZ | 30.54 | 14.38 | 68.18 | - |
| YUV | 81.4 | 205.66 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 219 | 0.20 | 0.97 | 0 | 0.14 | 287.55 | 0.94 | 0.44 |
| Hex | AF | 7 | DB | 14 | 61 | 0 | E | 120 | 5E | 2C |
| Octal | 257 | 7 | 333 | 24 | 141 | 0 | 16 | 440 | 136 | 54 |
| Binary | 10101111 | 111 | 11011011 | 10100 | 1100001 | 0 | 1110 | 100100000 | 1011110 | 101100 |
Color Harmonies of #AF07DB
Complementary color
Monochromatic Colors of #AF07DB
Black with #AF07DB
Text Example
Text Example
White with #AF07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07DB; }
p { color: rgb(175,7,219); }
H1.HeaderClassName
{
color: #AF07DB;
}
.AnyTagClassName
{
color: #AF07DB;
}
</style>
background-color css
<style>
a { background-color: #AF07DB; }
a { background-color: rgb(175,7,219); }
div.DivClassName
{
background-color: #AF07DB;
}
.BgClassName
{
background-color: #AF07DB;
}
</style>
border-color css
<style>
span { border-color: #AF07DB; }
span { border-color: rgb(175,7,219); }
td.TdClassName
{
border-color: #AF07DB;
}
.TagClassName
{
border-color: #AF07DB;
}
</style>