Shades of Dark Violet #A214B5
Tints of Dark Violet #A214B5
RGB
CMYK
RGB Variations
Color information
#A214B5 (or 0xA214B5) is known color: Dark Violet. HEX triplet: A2, 14 and B5. RGB value is (162,20,181). Sum of RGB (Red+Green+Blue) = 162+20+181=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #A214B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A214B5 is #5DEB4A. Grayscale: #505050. Windows color (decimal): -6155083 or 11867298. OLE color: 11867298.
HSL color Cylindrical-coordinate representation of color #A214B5: hue angle of 292.92º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A214B5 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 20 | 181 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.29 |
| HSL | 292.92º | 0.8% | 0.39% | - |
| HSV(B) | 292.92º | 0.89% | 0.71% | - |
| XYZ | 23.49 | 11.52 | 44.7 | - |
| YUV | 80.81 | 184.54 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 181 | 0.10 | 0.89 | 0 | 0.29 | 292.92 | 0.8 | 0.39 |
| Hex | A2 | 14 | B5 | A | 59 | 0 | 1D | 125 | 50 | 27 |
| Octal | 242 | 24 | 265 | 12 | 131 | 0 | 35 | 445 | 120 | 47 |
| Binary | 10100010 | 10100 | 10110101 | 1010 | 1011001 | 0 | 11101 | 100100101 | 1010000 | 100111 |
Color Harmonies of #A214B5
Complementary color
Monochromatic Colors of #A214B5
Black with #A214B5
Text Example
Text Example
White with #A214B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A214B5; }
p { color: rgb(162,20,181); }
H1.HeaderClassName
{
color: #A214B5;
}
.AnyTagClassName
{
color: #A214B5;
}
</style>
background-color css
<style>
a { background-color: #A214B5; }
a { background-color: rgb(162,20,181); }
div.DivClassName
{
background-color: #A214B5;
}
.BgClassName
{
background-color: #A214B5;
}
</style>
border-color css
<style>
span { border-color: #A214B5; }
span { border-color: rgb(162,20,181); }
td.TdClassName
{
border-color: #A214B5;
}
.TagClassName
{
border-color: #A214B5;
}
</style>