Shades of Dark Violet #A802CF
Tints of Dark Violet #A802CF
RGB
CMYK
RGB Variations
Color information
#A802CF (or 0xA802CF) is known color: Dark Violet. HEX triplet: A8, 02 and CF. RGB value is (168,2,207). Sum of RGB (Red+Green+Blue) = 168+2+207=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #A802CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802CF is #57FD30. Grayscale: #4A4A4A. Windows color (decimal): -5766449 or 13566632. OLE color: 13566632.
HSL color Cylindrical-coordinate representation of color #A802CF: hue angle of 288.59º 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 #A802CF is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 2 | 207 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.19 |
| HSL | 288.59º | 0.98% | 0.41% | - |
| HSV(B) | 288.59º | 0.99% | 0.81% | - |
| XYZ | 27.43 | 12.87 | 60.07 | - |
| YUV | 75 | 202.5 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 207 | 0.19 | 0.99 | 0 | 0.19 | 288.59 | 0.98 | 0.41 |
| Hex | A8 | 2 | CF | 13 | 63 | 0 | 13 | 121 | 62 | 29 |
| Octal | 250 | 2 | 317 | 23 | 143 | 0 | 23 | 441 | 142 | 51 |
| Binary | 10101000 | 10 | 11001111 | 10011 | 1100011 | 0 | 10011 | 100100001 | 1100010 | 101001 |
Color Harmonies of #A802CF
Complementary color
Monochromatic Colors of #A802CF
Black with #A802CF
Text Example
Text Example
White with #A802CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802CF; }
p { color: rgb(168,2,207); }
H1.HeaderClassName
{
color: #A802CF;
}
.AnyTagClassName
{
color: #A802CF;
}
</style>
background-color css
<style>
a { background-color: #A802CF; }
a { background-color: rgb(168,2,207); }
div.DivClassName
{
background-color: #A802CF;
}
.BgClassName
{
background-color: #A802CF;
}
</style>
border-color css
<style>
span { border-color: #A802CF; }
span { border-color: rgb(168,2,207); }
td.TdClassName
{
border-color: #A802CF;
}
.TagClassName
{
border-color: #A802CF;
}
</style>