Shades of Dark Violet #A002BB
Tints of Dark Violet #A002BB
RGB
CMYK
RGB Variations
Color information
#A002BB (or 0xA002BB) is known color: Dark Violet. HEX triplet: A0, 02 and BB. RGB value is (160,2,187). Sum of RGB (Red+Green+Blue) = 160+2+187=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #A002BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002BB is #5FFD44. Grayscale: #454545. Windows color (decimal): -6290757 or 12255904. OLE color: 12255904.
HSL color Cylindrical-coordinate representation of color #A002BB: hue angle of 291.24º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002BB is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 2 | 187 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.27 |
| HSL | 291.24º | 0.98% | 0.37% | - |
| HSV(B) | 291.24º | 0.99% | 0.73% | - |
| XYZ | 23.49 | 11.1 | 47.92 | - |
| YUV | 70.33 | 193.85 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 187 | 0.14 | 0.99 | 0 | 0.27 | 291.24 | 0.98 | 0.37 |
| Hex | A0 | 2 | BB | E | 63 | 0 | 1B | 123 | 62 | 25 |
| Octal | 240 | 2 | 273 | 16 | 143 | 0 | 33 | 443 | 142 | 45 |
| Binary | 10100000 | 10 | 10111011 | 1110 | 1100011 | 0 | 11011 | 100100011 | 1100010 | 100101 |
Color Harmonies of #A002BB
Complementary color
Monochromatic Colors of #A002BB
Black with #A002BB
Text Example
Text Example
White with #A002BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002BB; }
p { color: rgb(160,2,187); }
H1.HeaderClassName
{
color: #A002BB;
}
.AnyTagClassName
{
color: #A002BB;
}
</style>
background-color css
<style>
a { background-color: #A002BB; }
a { background-color: rgb(160,2,187); }
div.DivClassName
{
background-color: #A002BB;
}
.BgClassName
{
background-color: #A002BB;
}
</style>
border-color css
<style>
span { border-color: #A002BB; }
span { border-color: rgb(160,2,187); }
td.TdClassName
{
border-color: #A002BB;
}
.TagClassName
{
border-color: #A002BB;
}
</style>