Shades of Dark Violet #AF03DA
Tints of Dark Violet #AF03DA
RGB
CMYK
RGB Variations
Color information
#AF03DA (or 0xAF03DA) is known color: Dark Violet. HEX triplet: AF, 03 and DA. RGB value is (175,3,218). Sum of RGB (Red+Green+Blue) = 175+3+218=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF03DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03DA is #50FC25. Grayscale: #4E4E4E. Windows color (decimal): -5307430 or 14287791. OLE color: 14287791.
HSL color Cylindrical-coordinate representation of color #AF03DA: hue angle of 288º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF03DA is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 3 | 218 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.15 |
| HSL | 288º | 0.97% | 0.43% | - |
| HSV(B) | 288º | 0.99% | 0.85% | - |
| XYZ | 30.37 | 14.24 | 67.48 | - |
| YUV | 78.94 | 206.48 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 218 | 0.20 | 0.99 | 0 | 0.15 | 288 | 0.97 | 0.43 |
| Hex | AF | 3 | DA | 14 | 63 | 0 | F | 120 | 61 | 2B |
| Octal | 257 | 3 | 332 | 24 | 143 | 0 | 17 | 440 | 141 | 53 |
| Binary | 10101111 | 11 | 11011010 | 10100 | 1100011 | 0 | 1111 | 100100000 | 1100001 | 101011 |
Color Harmonies of #AF03DA
Complementary color
Monochromatic Colors of #AF03DA
Black with #AF03DA
Text Example
Text Example
White with #AF03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF03DA; }
p { color: rgb(175,3,218); }
H1.HeaderClassName
{
color: #AF03DA;
}
.AnyTagClassName
{
color: #AF03DA;
}
</style>
background-color css
<style>
a { background-color: #AF03DA; }
a { background-color: rgb(175,3,218); }
div.DivClassName
{
background-color: #AF03DA;
}
.BgClassName
{
background-color: #AF03DA;
}
</style>
border-color css
<style>
span { border-color: #AF03DA; }
span { border-color: rgb(175,3,218); }
td.TdClassName
{
border-color: #AF03DA;
}
.TagClassName
{
border-color: #AF03DA;
}
</style>