Shades of Dark Violet #A002B5
Tints of Dark Violet #A002B5
RGB
CMYK
RGB Variations
Color information
#A002B5 (or 0xA002B5) is known color: Dark Violet. HEX triplet: A0, 02 and B5. RGB value is (160,2,181). Sum of RGB (Red+Green+Blue) = 160+2+181=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 181 (71.09% from 255 or 52.77% from 343); Max value from RGB is 181 - color contains mainly: blue. Hex color #A002B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002B5 is #5FFD4A. Grayscale: #454545. Windows color (decimal): -6290763 or 11862688. OLE color: 11862688.
HSL color Cylindrical-coordinate representation of color #A002B5: hue angle of 292.96º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002B5 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 2 | 181 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.29 |
| HSL | 292.96º | 0.98% | 0.36% | - |
| HSV(B) | 292.96º | 0.99% | 0.71% | - |
| XYZ | 22.86 | 10.85 | 44.61 | - |
| YUV | 69.65 | 190.85 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 181 | 0.12 | 0.99 | 0 | 0.29 | 292.96 | 0.98 | 0.36 |
| Hex | A0 | 2 | B5 | C | 63 | 0 | 1D | 125 | 62 | 24 |
| Octal | 240 | 2 | 265 | 14 | 143 | 0 | 35 | 445 | 142 | 44 |
| Binary | 10100000 | 10 | 10110101 | 1100 | 1100011 | 0 | 11101 | 100100101 | 1100010 | 100100 |
Color Harmonies of #A002B5
Complementary color
Monochromatic Colors of #A002B5
Black with #A002B5
Text Example
Text Example
White with #A002B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002B5; }
p { color: rgb(160,2,181); }
H1.HeaderClassName
{
color: #A002B5;
}
.AnyTagClassName
{
color: #A002B5;
}
</style>
background-color css
<style>
a { background-color: #A002B5; }
a { background-color: rgb(160,2,181); }
div.DivClassName
{
background-color: #A002B5;
}
.BgClassName
{
background-color: #A002B5;
}
</style>
border-color css
<style>
span { border-color: #A002B5; }
span { border-color: rgb(160,2,181); }
td.TdClassName
{
border-color: #A002B5;
}
.TagClassName
{
border-color: #A002B5;
}
</style>