Shades of Dark Violet #AF04DA
Tints of Dark Violet #AF04DA
RGB
CMYK
RGB Variations
Color information
#AF04DA (or 0xAF04DA) is known color: Dark Violet. HEX triplet: AF, 04 and DA. RGB value is (175,4,218). Sum of RGB (Red+Green+Blue) = 175+4+218=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF04DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04DA is #50FB25. Grayscale: #4E4E4E. Windows color (decimal): -5307174 or 14288047. OLE color: 14288047.
HSL color Cylindrical-coordinate representation of color #AF04DA: hue angle of 287.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04DA is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 4 | 218 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.15 |
| HSL | 287.94º | 0.96% | 0.44% | - |
| HSV(B) | 287.94º | 0.98% | 0.85% | - |
| XYZ | 30.38 | 14.26 | 67.48 | - |
| YUV | 79.53 | 206.15 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 218 | 0.20 | 0.98 | 0 | 0.15 | 287.94 | 0.96 | 0.44 |
| Hex | AF | 4 | DA | 14 | 62 | 0 | F | 120 | 60 | 2C |
| Octal | 257 | 4 | 332 | 24 | 142 | 0 | 17 | 440 | 140 | 54 |
| Binary | 10101111 | 100 | 11011010 | 10100 | 1100010 | 0 | 1111 | 100100000 | 1100000 | 101100 |
Color Harmonies of #AF04DA
Complementary color
Monochromatic Colors of #AF04DA
Black with #AF04DA
Text Example
Text Example
White with #AF04DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF04DA; }
p { color: rgb(175,4,218); }
H1.HeaderClassName
{
color: #AF04DA;
}
.AnyTagClassName
{
color: #AF04DA;
}
</style>
background-color css
<style>
a { background-color: #AF04DA; }
a { background-color: rgb(175,4,218); }
div.DivClassName
{
background-color: #AF04DA;
}
.BgClassName
{
background-color: #AF04DA;
}
</style>
border-color css
<style>
span { border-color: #AF04DA; }
span { border-color: rgb(175,4,218); }
td.TdClassName
{
border-color: #AF04DA;
}
.TagClassName
{
border-color: #AF04DA;
}
</style>