Shades of Dark Violet #A009B2
Tints of Dark Violet #A009B2
RGB
CMYK
RGB Variations
Color information
#A009B2 (or 0xA009B2) is known color: Dark Violet. HEX triplet: A0, 09 and B2. RGB value is (160,9,178). Sum of RGB (Red+Green+Blue) = 160+9+178=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 178 (69.92% from 255 or 51.30% from 347); Max value from RGB is 178 - color contains mainly: blue. Hex color #A009B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A009B2 is #5FF64D. Grayscale: #484848. Windows color (decimal): -6288974 or 11667872. OLE color: 11667872.
HSL color Cylindrical-coordinate representation of color #A009B2: hue angle of 293.61º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A009B2 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 9 | 178 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.30 |
| HSL | 293.61º | 0.9% | 0.37% | - |
| HSV(B) | 293.61º | 0.95% | 0.7% | - |
| XYZ | 22.63 | 10.88 | 43.03 | - |
| YUV | 73.42 | 187.03 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 178 | 0.10 | 0.95 | 0 | 0.30 | 293.61 | 0.9 | 0.37 |
| Hex | A0 | 9 | B2 | A | 5F | 0 | 1E | 126 | 5A | 25 |
| Octal | 240 | 11 | 262 | 12 | 137 | 0 | 36 | 446 | 132 | 45 |
| Binary | 10100000 | 1001 | 10110010 | 1010 | 1011111 | 0 | 11110 | 100100110 | 1011010 | 100101 |
Color Harmonies of #A009B2
Complementary color
Monochromatic Colors of #A009B2
Black with #A009B2
Text Example
Text Example
White with #A009B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A009B2; }
p { color: rgb(160,9,178); }
H1.HeaderClassName
{
color: #A009B2;
}
.AnyTagClassName
{
color: #A009B2;
}
</style>
background-color css
<style>
a { background-color: #A009B2; }
a { background-color: rgb(160,9,178); }
div.DivClassName
{
background-color: #A009B2;
}
.BgClassName
{
background-color: #A009B2;
}
</style>
border-color css
<style>
span { border-color: #A009B2; }
span { border-color: rgb(160,9,178); }
td.TdClassName
{
border-color: #A009B2;
}
.TagClassName
{
border-color: #A009B2;
}
</style>