Shades of Dark Violet #AF02CE
Tints of Dark Violet #AF02CE
RGB
CMYK
RGB Variations
Color information
#AF02CE (or 0xAF02CE) is known color: Dark Violet. HEX triplet: AF, 02 and CE. RGB value is (175,2,206). Sum of RGB (Red+Green+Blue) = 175+2+206=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF02CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02CE is #50FD31. Grayscale: #4C4C4C. Windows color (decimal): -5307698 or 13501103. OLE color: 13501103.
HSL color Cylindrical-coordinate representation of color #AF02CE: hue angle of 290.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02CE is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 2 | 206 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.19 |
| HSL | 290.88º | 0.98% | 0.41% | - |
| HSV(B) | 290.88º | 0.99% | 0.81% | - |
| XYZ | 28.84 | 13.61 | 59.5 | - |
| YUV | 76.98 | 200.81 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 206 | 0.15 | 0.99 | 0 | 0.19 | 290.88 | 0.98 | 0.41 |
| Hex | AF | 2 | CE | F | 63 | 0 | 13 | 123 | 62 | 29 |
| Octal | 257 | 2 | 316 | 17 | 143 | 0 | 23 | 443 | 142 | 51 |
| Binary | 10101111 | 10 | 11001110 | 1111 | 1100011 | 0 | 10011 | 100100011 | 1100010 | 101001 |
Color Harmonies of #AF02CE
Complementary color
Monochromatic Colors of #AF02CE
Black with #AF02CE
Text Example
Text Example
White with #AF02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02CE; }
p { color: rgb(175,2,206); }
H1.HeaderClassName
{
color: #AF02CE;
}
.AnyTagClassName
{
color: #AF02CE;
}
</style>
background-color css
<style>
a { background-color: #AF02CE; }
a { background-color: rgb(175,2,206); }
div.DivClassName
{
background-color: #AF02CE;
}
.BgClassName
{
background-color: #AF02CE;
}
</style>
border-color css
<style>
span { border-color: #AF02CE; }
span { border-color: rgb(175,2,206); }
td.TdClassName
{
border-color: #AF02CE;
}
.TagClassName
{
border-color: #AF02CE;
}
</style>