Shades of Dark Violet #A209BD
Tints of Dark Violet #A209BD
RGB
CMYK
RGB Variations
Color information
#A209BD (or 0xA209BD) is known color: Dark Violet. HEX triplet: A2, 09 and BD. RGB value is (162,9,189). Sum of RGB (Red+Green+Blue) = 162+9+189=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #A209BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209BD is #5DF642. Grayscale: #4A4A4A. Windows color (decimal): -6157891 or 12388770. OLE color: 12388770.
HSL color Cylindrical-coordinate representation of color #A209BD: hue angle of 291º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A209BD is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 9 | 189 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.26 |
| HSL | 291º | 0.91% | 0.39% | - |
| HSV(B) | 291º | 0.95% | 0.74% | - |
| XYZ | 24.18 | 11.55 | 49.1 | - |
| YUV | 75.27 | 192.19 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 189 | 0.14 | 0.95 | 0 | 0.26 | 291 | 0.91 | 0.39 |
| Hex | A2 | 9 | BD | E | 5F | 0 | 1A | 123 | 5B | 27 |
| Octal | 242 | 11 | 275 | 16 | 137 | 0 | 32 | 443 | 133 | 47 |
| Binary | 10100010 | 1001 | 10111101 | 1110 | 1011111 | 0 | 11010 | 100100011 | 1011011 | 100111 |
Color Harmonies of #A209BD
Complementary color
Monochromatic Colors of #A209BD
Black with #A209BD
Text Example
Text Example
White with #A209BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A209BD; }
p { color: rgb(162,9,189); }
H1.HeaderClassName
{
color: #A209BD;
}
.AnyTagClassName
{
color: #A209BD;
}
</style>
background-color css
<style>
a { background-color: #A209BD; }
a { background-color: rgb(162,9,189); }
div.DivClassName
{
background-color: #A209BD;
}
.BgClassName
{
background-color: #A209BD;
}
</style>
border-color css
<style>
span { border-color: #A209BD; }
span { border-color: rgb(162,9,189); }
td.TdClassName
{
border-color: #A209BD;
}
.TagClassName
{
border-color: #A209BD;
}
</style>