Shades of Dark Violet #AF03DB
Tints of Dark Violet #AF03DB
RGB
CMYK
RGB Variations
Color information
#AF03DB (or 0xAF03DB) is known color: Dark Violet. HEX triplet: AF, 03 and DB. RGB value is (175,3,219). Sum of RGB (Red+Green+Blue) = 175+3+219=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF03DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03DB is #50FC24. Grayscale: #4E4E4E. Windows color (decimal): -5307429 or 14353327. OLE color: 14353327.
HSL color Cylindrical-coordinate representation of color #AF03DB: hue angle of 287.78º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF03DB is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 3 | 219 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.14 |
| HSL | 287.78º | 0.97% | 0.44% | - |
| HSV(B) | 287.78º | 0.99% | 0.86% | - |
| XYZ | 30.5 | 14.29 | 68.17 | - |
| YUV | 79.05 | 206.98 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 219 | 0.20 | 0.99 | 0 | 0.14 | 287.78 | 0.97 | 0.44 |
| Hex | AF | 3 | DB | 14 | 63 | 0 | E | 120 | 61 | 2C |
| Octal | 257 | 3 | 333 | 24 | 143 | 0 | 16 | 440 | 141 | 54 |
| Binary | 10101111 | 11 | 11011011 | 10100 | 1100011 | 0 | 1110 | 100100000 | 1100001 | 101100 |
Color Harmonies of #AF03DB
Complementary color
Monochromatic Colors of #AF03DB
Black with #AF03DB
Text Example
Text Example
White with #AF03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF03DB; }
p { color: rgb(175,3,219); }
H1.HeaderClassName
{
color: #AF03DB;
}
.AnyTagClassName
{
color: #AF03DB;
}
</style>
background-color css
<style>
a { background-color: #AF03DB; }
a { background-color: rgb(175,3,219); }
div.DivClassName
{
background-color: #AF03DB;
}
.BgClassName
{
background-color: #AF03DB;
}
</style>
border-color css
<style>
span { border-color: #AF03DB; }
span { border-color: rgb(175,3,219); }
td.TdClassName
{
border-color: #AF03DB;
}
.TagClassName
{
border-color: #AF03DB;
}
</style>