Shades of Dark Violet #A802CC
Tints of Dark Violet #A802CC
RGB
CMYK
RGB Variations
Color information
#A802CC (or 0xA802CC) is known color: Dark Violet. HEX triplet: A8, 02 and CC. RGB value is (168,2,204). Sum of RGB (Red+Green+Blue) = 168+2+204=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #A802CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802CC is #57FD33. Grayscale: #4A4A4A. Windows color (decimal): -5766452 or 13370024. OLE color: 13370024.
HSL color Cylindrical-coordinate representation of color #A802CC: hue angle of 289.31º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802CC is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 2 | 204 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.2 |
| HSL | 289.31º | 0.98% | 0.4% | - |
| HSV(B) | 289.31º | 0.99% | 0.8% | - |
| XYZ | 27.07 | 12.73 | 58.16 | - |
| YUV | 74.66 | 201 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 204 | 0.18 | 0.99 | 0 | 0.2 | 289.31 | 0.98 | 0.4 |
| Hex | A8 | 2 | CC | 12 | 63 | 0 | 14 | 121 | 62 | 28 |
| Octal | 250 | 2 | 314 | 22 | 143 | 0 | 24 | 441 | 142 | 50 |
| Binary | 10101000 | 10 | 11001100 | 10010 | 1100011 | 0 | 10100 | 100100001 | 1100010 | 101000 |
Color Harmonies of #A802CC
Complementary color
Monochromatic Colors of #A802CC
Black with #A802CC
Text Example
Text Example
White with #A802CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802CC; }
p { color: rgb(168,2,204); }
H1.HeaderClassName
{
color: #A802CC;
}
.AnyTagClassName
{
color: #A802CC;
}
</style>
background-color css
<style>
a { background-color: #A802CC; }
a { background-color: rgb(168,2,204); }
div.DivClassName
{
background-color: #A802CC;
}
.BgClassName
{
background-color: #A802CC;
}
</style>
border-color css
<style>
span { border-color: #A802CC; }
span { border-color: rgb(168,2,204); }
td.TdClassName
{
border-color: #A802CC;
}
.TagClassName
{
border-color: #A802CC;
}
</style>