Shades of Dark Violet #AF02DF
Tints of Dark Violet #AF02DF
RGB
CMYK
RGB Variations
Color information
#AF02DF (or 0xAF02DF) is known color: Dark Violet. HEX triplet: AF, 02 and DF. RGB value is (175,2,223). Sum of RGB (Red+Green+Blue) = 175+2+223=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF02DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02DF is #50FD20. Grayscale: #4E4E4E. Windows color (decimal): -5307681 or 14615215. OLE color: 14615215.
HSL color Cylindrical-coordinate representation of color #AF02DF: hue angle of 286.97º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02DF is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 2 | 223 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.13 |
| HSL | 286.97º | 0.98% | 0.44% | - |
| HSV(B) | 286.97º | 0.99% | 0.87% | - |
| XYZ | 31.02 | 14.49 | 70.97 | - |
| YUV | 78.92 | 209.31 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 223 | 0.22 | 0.99 | 0 | 0.13 | 286.97 | 0.98 | 0.44 |
| Hex | AF | 2 | DF | 16 | 63 | 0 | D | 11F | 62 | 2C |
| Octal | 257 | 2 | 337 | 26 | 143 | 0 | 15 | 437 | 142 | 54 |
| Binary | 10101111 | 10 | 11011111 | 10110 | 1100011 | 0 | 1101 | 100011111 | 1100010 | 101100 |
Color Harmonies of #AF02DF
Complementary color
Monochromatic Colors of #AF02DF
Black with #AF02DF
Text Example
Text Example
White with #AF02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02DF; }
p { color: rgb(175,2,223); }
H1.HeaderClassName
{
color: #AF02DF;
}
.AnyTagClassName
{
color: #AF02DF;
}
</style>
background-color css
<style>
a { background-color: #AF02DF; }
a { background-color: rgb(175,2,223); }
div.DivClassName
{
background-color: #AF02DF;
}
.BgClassName
{
background-color: #AF02DF;
}
</style>
border-color css
<style>
span { border-color: #AF02DF; }
span { border-color: rgb(175,2,223); }
td.TdClassName
{
border-color: #AF02DF;
}
.TagClassName
{
border-color: #AF02DF;
}
</style>