Shades of Dark Violet #A802C2
Tints of Dark Violet #A802C2
RGB
CMYK
RGB Variations
Color information
#A802C2 (or 0xA802C2) is known color: Dark Violet. HEX triplet: A8, 02 and C2. RGB value is (168,2,194). Sum of RGB (Red+Green+Blue) = 168+2+194=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 194 (76.17% from 255 or 53.30% from 364); Max value from RGB is 194 - color contains mainly: blue. Hex color #A802C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802C2 is #57FD3D. Grayscale: #484848. Windows color (decimal): -5766462 or 12714664. OLE color: 12714664.
HSL color Cylindrical-coordinate representation of color #A802C2: hue angle of 291.88º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802C2 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 2 | 194 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.24 |
| HSL | 291.88º | 0.98% | 0.38% | - |
| HSV(B) | 291.88º | 0.99% | 0.76% | - |
| XYZ | 25.91 | 12.26 | 52.04 | - |
| YUV | 73.52 | 196 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 194 | 0.13 | 0.99 | 0 | 0.24 | 291.88 | 0.98 | 0.38 |
| Hex | A8 | 2 | C2 | D | 63 | 0 | 18 | 124 | 62 | 26 |
| Octal | 250 | 2 | 302 | 15 | 143 | 0 | 30 | 444 | 142 | 46 |
| Binary | 10101000 | 10 | 11000010 | 1101 | 1100011 | 0 | 11000 | 100100100 | 1100010 | 100110 |
Color Harmonies of #A802C2
Complementary color
Monochromatic Colors of #A802C2
Black with #A802C2
Text Example
Text Example
White with #A802C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802C2; }
p { color: rgb(168,2,194); }
H1.HeaderClassName
{
color: #A802C2;
}
.AnyTagClassName
{
color: #A802C2;
}
</style>
background-color css
<style>
a { background-color: #A802C2; }
a { background-color: rgb(168,2,194); }
div.DivClassName
{
background-color: #A802C2;
}
.BgClassName
{
background-color: #A802C2;
}
</style>
border-color css
<style>
span { border-color: #A802C2; }
span { border-color: rgb(168,2,194); }
td.TdClassName
{
border-color: #A802C2;
}
.TagClassName
{
border-color: #A802C2;
}
</style>