Shades of Dark Violet #A213BD
Tints of Dark Violet #A213BD
RGB
CMYK
RGB Variations
Color information
#A213BD (or 0xA213BD) is known color: Dark Violet. HEX triplet: A2, 13 and BD. RGB value is (162,19,189). Sum of RGB (Red+Green+Blue) = 162+19+189=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #A213BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A213BD is #5DEC42. Grayscale: #505050. Windows color (decimal): -6155331 or 12391330. OLE color: 12391330.
HSL color Cylindrical-coordinate representation of color #A213BD: hue angle of 290.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A213BD is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 19 | 189 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.26 |
| HSL | 290.47º | 0.82% | 0.41% | - |
| HSV(B) | 290.47º | 0.9% | 0.74% | - |
| XYZ | 24.32 | 11.82 | 49.14 | - |
| YUV | 81.14 | 188.88 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 189 | 0.14 | 0.90 | 0 | 0.26 | 290.47 | 0.82 | 0.41 |
| Hex | A2 | 13 | BD | E | 5A | 0 | 1A | 122 | 52 | 29 |
| Octal | 242 | 23 | 275 | 16 | 132 | 0 | 32 | 442 | 122 | 51 |
| Binary | 10100010 | 10011 | 10111101 | 1110 | 1011010 | 0 | 11010 | 100100010 | 1010010 | 101001 |
Color Harmonies of #A213BD
Complementary color
Monochromatic Colors of #A213BD
Black with #A213BD
Text Example
Text Example
White with #A213BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A213BD; }
p { color: rgb(162,19,189); }
H1.HeaderClassName
{
color: #A213BD;
}
.AnyTagClassName
{
color: #A213BD;
}
</style>
background-color css
<style>
a { background-color: #A213BD; }
a { background-color: rgb(162,19,189); }
div.DivClassName
{
background-color: #A213BD;
}
.BgClassName
{
background-color: #A213BD;
}
</style>
border-color css
<style>
span { border-color: #A213BD; }
span { border-color: rgb(162,19,189); }
td.TdClassName
{
border-color: #A213BD;
}
.TagClassName
{
border-color: #A213BD;
}
</style>