Shades of Dark Violet #A002BC
Tints of Dark Violet #A002BC
RGB
CMYK
RGB Variations
Color information
#A002BC (or 0xA002BC) is known color: Dark Violet. HEX triplet: A0, 02 and BC. RGB value is (160,2,188). Sum of RGB (Red+Green+Blue) = 160+2+188=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #A002BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002BC is #5FFD43. Grayscale: #454545. Windows color (decimal): -6290756 or 12321440. OLE color: 12321440.
HSL color Cylindrical-coordinate representation of color #A002BC: hue angle of 290.97º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002BC is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 2 | 188 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.26 |
| HSL | 290.97º | 0.98% | 0.37% | - |
| HSV(B) | 290.97º | 0.99% | 0.74% | - |
| XYZ | 23.6 | 11.15 | 48.49 | - |
| YUV | 70.45 | 194.35 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 188 | 0.15 | 0.99 | 0 | 0.26 | 290.97 | 0.98 | 0.37 |
| Hex | A0 | 2 | BC | F | 63 | 0 | 1A | 123 | 62 | 25 |
| Octal | 240 | 2 | 274 | 17 | 143 | 0 | 32 | 443 | 142 | 45 |
| Binary | 10100000 | 10 | 10111100 | 1111 | 1100011 | 0 | 11010 | 100100011 | 1100010 | 100101 |
Color Harmonies of #A002BC
Complementary color
Monochromatic Colors of #A002BC
Black with #A002BC
Text Example
Text Example
White with #A002BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002BC; }
p { color: rgb(160,2,188); }
H1.HeaderClassName
{
color: #A002BC;
}
.AnyTagClassName
{
color: #A002BC;
}
</style>
background-color css
<style>
a { background-color: #A002BC; }
a { background-color: rgb(160,2,188); }
div.DivClassName
{
background-color: #A002BC;
}
.BgClassName
{
background-color: #A002BC;
}
</style>
border-color css
<style>
span { border-color: #A002BC; }
span { border-color: rgb(160,2,188); }
td.TdClassName
{
border-color: #A002BC;
}
.TagClassName
{
border-color: #A002BC;
}
</style>