Shades of Dark Violet #A602C2
Tints of Dark Violet #A602C2
RGB
CMYK
RGB Variations
Color information
#A602C2 (or 0xA602C2) is known color: Dark Violet. HEX triplet: A6, 02 and C2. RGB value is (166,2,194). Sum of RGB (Red+Green+Blue) = 166+2+194=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 194 (76.17% from 255 or 53.59% from 362); Max value from RGB is 194 - color contains mainly: blue. Hex color #A602C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A602C2 is #59FD3D. Grayscale: #484848. Windows color (decimal): -5897534 or 12714662. OLE color: 12714662.
HSL color Cylindrical-coordinate representation of color #A602C2: hue angle of 291.25º 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 #A602C2 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 2 | 194 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.24 |
| HSL | 291.25º | 0.98% | 0.38% | - |
| HSV(B) | 291.25º | 0.99% | 0.76% | - |
| XYZ | 25.49 | 12.05 | 52.02 | - |
| YUV | 72.92 | 196.33 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 194 | 0.14 | 0.99 | 0 | 0.24 | 291.25 | 0.98 | 0.38 |
| Hex | A6 | 2 | C2 | E | 63 | 0 | 18 | 123 | 62 | 26 |
| Octal | 246 | 2 | 302 | 16 | 143 | 0 | 30 | 443 | 142 | 46 |
| Binary | 10100110 | 10 | 11000010 | 1110 | 1100011 | 0 | 11000 | 100100011 | 1100010 | 100110 |
Color Harmonies of #A602C2
Complementary color
Monochromatic Colors of #A602C2
Black with #A602C2
Text Example
Text Example
White with #A602C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A602C2; }
p { color: rgb(166,2,194); }
H1.HeaderClassName
{
color: #A602C2;
}
.AnyTagClassName
{
color: #A602C2;
}
</style>
background-color css
<style>
a { background-color: #A602C2; }
a { background-color: rgb(166,2,194); }
div.DivClassName
{
background-color: #A602C2;
}
.BgClassName
{
background-color: #A602C2;
}
</style>
border-color css
<style>
span { border-color: #A602C2; }
span { border-color: rgb(166,2,194); }
td.TdClassName
{
border-color: #A602C2;
}
.TagClassName
{
border-color: #A602C2;
}
</style>