Shades of Violet Blue #A24590
Tints of Violet Blue #A24590
RGB
CMYK
RGB Variations
Color information
#A24590 (or 0xA24590) is known color: Violet Blue. HEX triplet: A2, 45 and 90. RGB value is (162,69,144). Sum of RGB (Red+Green+Blue) = 162+69+144=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A24590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24590 is #5DBA6F. Grayscale: #696969. Windows color (decimal): -6142576 or 9455010. OLE color: 9455010.
HSL color Cylindrical-coordinate representation of color #A24590: hue angle of 311.61º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24590 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 69 | 144 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.36 |
| HSL | 311.61º | 0.4% | 0.45% | - |
| HSV(B) | 311.61º | 0.57% | 0.64% | - |
| XYZ | 22.06 | 13.95 | 27.92 | - |
| YUV | 105.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 144 | 0 | 0.57 | 0.11 | 0.36 | 311.61 | 0.4 | 0.45 |
| Hex | A2 | 45 | 90 | 0 | 39 | B | 24 | 138 | 28 | 2D |
| Octal | 242 | 105 | 220 | 0 | 71 | 13 | 44 | 470 | 50 | 55 |
| Binary | 10100010 | 1000101 | 10010000 | 0 | 111001 | 1011 | 100100 | 100111000 | 101000 | 101101 |
Color Harmonies of #A24590
Complementary color
Monochromatic Colors of #A24590
Black with #A24590
Text Example
Text Example
White with #A24590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24590; }
p { color: rgb(162,69,144); }
H1.HeaderClassName
{
color: #A24590;
}
.AnyTagClassName
{
color: #A24590;
}
</style>
background-color css
<style>
a { background-color: #A24590; }
a { background-color: rgb(162,69,144); }
div.DivClassName
{
background-color: #A24590;
}
.BgClassName
{
background-color: #A24590;
}
</style>
border-color css
<style>
span { border-color: #A24590; }
span { border-color: rgb(162,69,144); }
td.TdClassName
{
border-color: #A24590;
}
.TagClassName
{
border-color: #A24590;
}
</style>