Shades of Dark Violet #A002CF
Tints of Dark Violet #A002CF
RGB
CMYK
RGB Variations
Color information
#A002CF (or 0xA002CF) is known color: Dark Violet. HEX triplet: A0, 02 and CF. RGB value is (160,2,207). Sum of RGB (Red+Green+Blue) = 160+2+207=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #A002CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002CF is #5FFD30. Grayscale: #474747. Windows color (decimal): -6290737 or 13566624. OLE color: 13566624.
HSL color Cylindrical-coordinate representation of color #A002CF: hue angle of 286.24º 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 #A002CF is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 2 | 207 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.19 |
| HSL | 286.24º | 0.98% | 0.41% | - |
| HSV(B) | 286.24º | 0.99% | 0.81% | - |
| XYZ | 25.78 | 12.02 | 59.99 | - |
| YUV | 72.61 | 203.85 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 207 | 0.23 | 0.99 | 0 | 0.19 | 286.24 | 0.98 | 0.41 |
| Hex | A0 | 2 | CF | 17 | 63 | 0 | 13 | 11E | 62 | 29 |
| Octal | 240 | 2 | 317 | 27 | 143 | 0 | 23 | 436 | 142 | 51 |
| Binary | 10100000 | 10 | 11001111 | 10111 | 1100011 | 0 | 10011 | 100011110 | 1100010 | 101001 |
Color Harmonies of #A002CF
Complementary color
Monochromatic Colors of #A002CF
Black with #A002CF
Text Example
Text Example
White with #A002CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002CF; }
p { color: rgb(160,2,207); }
H1.HeaderClassName
{
color: #A002CF;
}
.AnyTagClassName
{
color: #A002CF;
}
</style>
background-color css
<style>
a { background-color: #A002CF; }
a { background-color: rgb(160,2,207); }
div.DivClassName
{
background-color: #A002CF;
}
.BgClassName
{
background-color: #A002CF;
}
</style>
border-color css
<style>
span { border-color: #A002CF; }
span { border-color: rgb(160,2,207); }
td.TdClassName
{
border-color: #A002CF;
}
.TagClassName
{
border-color: #A002CF;
}
</style>