Shades of Dark Violet #AF03D2
Tints of Dark Violet #AF03D2
RGB
CMYK
RGB Variations
Color information
#AF03D2 (or 0xAF03D2) is known color: Dark Violet. HEX triplet: AF, 03 and D2. RGB value is (175,3,210). Sum of RGB (Red+Green+Blue) = 175+3+210=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF03D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03D2 is #50FC2D. Grayscale: #4D4D4D. Windows color (decimal): -5307438 or 13763503. OLE color: 13763503.
HSL color Cylindrical-coordinate representation of color #AF03D2: hue angle of 289.86º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF03D2 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 3 | 210 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.18 |
| HSL | 289.86º | 0.97% | 0.42% | - |
| HSV(B) | 289.86º | 0.99% | 0.82% | - |
| XYZ | 29.34 | 13.83 | 62.1 | - |
| YUV | 78.03 | 202.48 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 210 | 0.17 | 0.99 | 0 | 0.18 | 289.86 | 0.97 | 0.42 |
| Hex | AF | 3 | D2 | 11 | 63 | 0 | 12 | 122 | 61 | 2A |
| Octal | 257 | 3 | 322 | 21 | 143 | 0 | 22 | 442 | 141 | 52 |
| Binary | 10101111 | 11 | 11010010 | 10001 | 1100011 | 0 | 10010 | 100100010 | 1100001 | 101010 |
Color Harmonies of #AF03D2
Complementary color
Monochromatic Colors of #AF03D2
Black with #AF03D2
Text Example
Text Example
White with #AF03D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF03D2; }
p { color: rgb(175,3,210); }
H1.HeaderClassName
{
color: #AF03D2;
}
.AnyTagClassName
{
color: #AF03D2;
}
</style>
background-color css
<style>
a { background-color: #AF03D2; }
a { background-color: rgb(175,3,210); }
div.DivClassName
{
background-color: #AF03D2;
}
.BgClassName
{
background-color: #AF03D2;
}
</style>
border-color css
<style>
span { border-color: #AF03D2; }
span { border-color: rgb(175,3,210); }
td.TdClassName
{
border-color: #AF03D2;
}
.TagClassName
{
border-color: #AF03D2;
}
</style>