Shades of Dark Violet #A002B7
Tints of Dark Violet #A002B7
RGB
CMYK
RGB Variations
Color information
#A002B7 (or 0xA002B7) is known color: Dark Violet. HEX triplet: A0, 02 and B7. RGB value is (160,2,183). Sum of RGB (Red+Green+Blue) = 160+2+183=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #A002B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002B7 is #5FFD48. Grayscale: #454545. Windows color (decimal): -6290761 or 11993760. OLE color: 11993760.
HSL color Cylindrical-coordinate representation of color #A002B7: hue angle of 292.38º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002B7 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 2 | 183 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.28 |
| HSL | 292.38º | 0.98% | 0.36% | - |
| HSV(B) | 292.38º | 0.99% | 0.72% | - |
| XYZ | 23.07 | 10.94 | 45.69 | - |
| YUV | 69.88 | 191.85 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 183 | 0.13 | 0.99 | 0 | 0.28 | 292.38 | 0.98 | 0.36 |
| Hex | A0 | 2 | B7 | D | 63 | 0 | 1C | 124 | 62 | 24 |
| Octal | 240 | 2 | 267 | 15 | 143 | 0 | 34 | 444 | 142 | 44 |
| Binary | 10100000 | 10 | 10110111 | 1101 | 1100011 | 0 | 11100 | 100100100 | 1100010 | 100100 |
Color Harmonies of #A002B7
Complementary color
Monochromatic Colors of #A002B7
Black with #A002B7
Text Example
Text Example
White with #A002B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002B7; }
p { color: rgb(160,2,183); }
H1.HeaderClassName
{
color: #A002B7;
}
.AnyTagClassName
{
color: #A002B7;
}
</style>
background-color css
<style>
a { background-color: #A002B7; }
a { background-color: rgb(160,2,183); }
div.DivClassName
{
background-color: #A002B7;
}
.BgClassName
{
background-color: #A002B7;
}
</style>
border-color css
<style>
span { border-color: #A002B7; }
span { border-color: rgb(160,2,183); }
td.TdClassName
{
border-color: #A002B7;
}
.TagClassName
{
border-color: #A002B7;
}
</style>