Shades of Violet Blue #A237A0
Tints of Violet Blue #A237A0
RGB
CMYK
RGB Variations
Color information
#A237A0 (or 0xA237A0) is known color: Violet Blue. HEX triplet: A2, 37 and A0. RGB value is (162,55,160). Sum of RGB (Red+Green+Blue) = 162+55+160=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A237A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A237A0 is #5DC85F. Grayscale: #626262. Windows color (decimal): -6146144 or 10500002. OLE color: 10500002.
HSL color Cylindrical-coordinate representation of color #A237A0: hue angle of 301.12º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A237A0 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 55 | 160 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.36 |
| HSL | 301.12º | 0.49% | 0.43% | - |
| HSV(B) | 301.12º | 0.66% | 0.64% | - |
| XYZ | 22.61 | 12.95 | 34.57 | - |
| YUV | 98.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 55 | 160 | 0 | 0.66 | 0.01 | 0.36 | 301.12 | 0.49 | 0.43 |
| Hex | A2 | 37 | A0 | 0 | 42 | 1 | 24 | 12D | 31 | 2B |
| Octal | 242 | 67 | 240 | 0 | 102 | 1 | 44 | 455 | 61 | 53 |
| Binary | 10100010 | 110111 | 10100000 | 0 | 1000010 | 1 | 100100 | 100101101 | 110001 | 101011 |
Color Harmonies of #A237A0
Complementary color
Monochromatic Colors of #A237A0
Black with #A237A0
Text Example
Text Example
White with #A237A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A237A0; }
p { color: rgb(162,55,160); }
H1.HeaderClassName
{
color: #A237A0;
}
.AnyTagClassName
{
color: #A237A0;
}
</style>
background-color css
<style>
a { background-color: #A237A0; }
a { background-color: rgb(162,55,160); }
div.DivClassName
{
background-color: #A237A0;
}
.BgClassName
{
background-color: #A237A0;
}
</style>
border-color css
<style>
span { border-color: #A237A0; }
span { border-color: rgb(162,55,160); }
td.TdClassName
{
border-color: #A237A0;
}
.TagClassName
{
border-color: #A237A0;
}
</style>