Shades of Dark Violet #A202CF
Tints of Dark Violet #A202CF
RGB
CMYK
RGB Variations
Color information
#A202CF (or 0xA202CF) is known color: Dark Violet. HEX triplet: A2, 02 and CF. RGB value is (162,2,207). Sum of RGB (Red+Green+Blue) = 162+2+207=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #A202CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A202CF is #5DFD30. Grayscale: #484848. Windows color (decimal): -6159665 or 13566626. OLE color: 13566626.
HSL color Cylindrical-coordinate representation of color #A202CF: hue angle of 286.83º 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 #A202CF is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 2 | 207 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.19 |
| HSL | 286.83º | 0.98% | 0.41% | - |
| HSV(B) | 286.83º | 0.99% | 0.81% | - |
| XYZ | 26.18 | 12.23 | 60.01 | - |
| YUV | 73.21 | 203.51 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 207 | 0.22 | 0.99 | 0 | 0.19 | 286.83 | 0.98 | 0.41 |
| Hex | A2 | 2 | CF | 16 | 63 | 0 | 13 | 11F | 62 | 29 |
| Octal | 242 | 2 | 317 | 26 | 143 | 0 | 23 | 437 | 142 | 51 |
| Binary | 10100010 | 10 | 11001111 | 10110 | 1100011 | 0 | 10011 | 100011111 | 1100010 | 101001 |
Color Harmonies of #A202CF
Complementary color
Monochromatic Colors of #A202CF
Black with #A202CF
Text Example
Text Example
White with #A202CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202CF; }
p { color: rgb(162,2,207); }
H1.HeaderClassName
{
color: #A202CF;
}
.AnyTagClassName
{
color: #A202CF;
}
</style>
background-color css
<style>
a { background-color: #A202CF; }
a { background-color: rgb(162,2,207); }
div.DivClassName
{
background-color: #A202CF;
}
.BgClassName
{
background-color: #A202CF;
}
</style>
border-color css
<style>
span { border-color: #A202CF; }
span { border-color: rgb(162,2,207); }
td.TdClassName
{
border-color: #A202CF;
}
.TagClassName
{
border-color: #A202CF;
}
</style>