Shades of Dark Violet #A002B2
Tints of Dark Violet #A002B2
RGB
CMYK
RGB Variations
Color information
#A002B2 (or 0xA002B2) is known color: Dark Violet. HEX triplet: A0, 02 and B2. RGB value is (160,2,178). Sum of RGB (Red+Green+Blue) = 160+2+178=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #A002B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A002B2 is #5FFD4D. Grayscale: #444444. Windows color (decimal): -6290766 or 11666080. OLE color: 11666080.
HSL color Cylindrical-coordinate representation of color #A002B2: hue angle of 293.86º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002B2 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 2 | 178 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.30 |
| HSL | 293.86º | 0.98% | 0.35% | - |
| HSV(B) | 293.86º | 0.99% | 0.7% | - |
| XYZ | 22.55 | 10.73 | 43 | - |
| YUV | 69.31 | 189.35 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 178 | 0.10 | 0.99 | 0 | 0.30 | 293.86 | 0.98 | 0.35 |
| Hex | A0 | 2 | B2 | A | 63 | 0 | 1E | 126 | 62 | 23 |
| Octal | 240 | 2 | 262 | 12 | 143 | 0 | 36 | 446 | 142 | 43 |
| Binary | 10100000 | 10 | 10110010 | 1010 | 1100011 | 0 | 11110 | 100100110 | 1100010 | 100011 |
Color Harmonies of #A002B2
Complementary color
Monochromatic Colors of #A002B2
Black with #A002B2
Text Example
Text Example
White with #A002B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002B2; }
p { color: rgb(160,2,178); }
H1.HeaderClassName
{
color: #A002B2;
}
.AnyTagClassName
{
color: #A002B2;
}
</style>
background-color css
<style>
a { background-color: #A002B2; }
a { background-color: rgb(160,2,178); }
div.DivClassName
{
background-color: #A002B2;
}
.BgClassName
{
background-color: #A002B2;
}
</style>
border-color css
<style>
span { border-color: #A002B2; }
span { border-color: rgb(160,2,178); }
td.TdClassName
{
border-color: #A002B2;
}
.TagClassName
{
border-color: #A002B2;
}
</style>