Shades of Violet Blue #A24095
Tints of Violet Blue #A24095
RGB
CMYK
RGB Variations
Color information
#A24095 (or 0xA24095) is known color: Violet Blue. HEX triplet: A2, 40 and 95. RGB value is (162,64,149). Sum of RGB (Red+Green+Blue) = 162+64+149=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A24095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24095 is #5DBF6A. Grayscale: #666666. Windows color (decimal): -6143851 or 9781410. OLE color: 9781410.
HSL color Cylindrical-coordinate representation of color #A24095: hue angle of 307.96º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24095 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 64 | 149 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.36 |
| HSL | 307.96º | 0.43% | 0.44% | - |
| HSV(B) | 307.96º | 0.6% | 0.64% | - |
| XYZ | 22.16 | 13.52 | 29.88 | - |
| YUV | 102.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 149 | 0 | 0.60 | 0.08 | 0.36 | 307.96 | 0.43 | 0.44 |
| Hex | A2 | 40 | 95 | 0 | 3C | 8 | 24 | 134 | 2B | 2C |
| Octal | 242 | 100 | 225 | 0 | 74 | 10 | 44 | 464 | 53 | 54 |
| Binary | 10100010 | 1000000 | 10010101 | 0 | 111100 | 1000 | 100100 | 100110100 | 101011 | 101100 |
Color Harmonies of #A24095
Complementary color
Monochromatic Colors of #A24095
Black with #A24095
Text Example
Text Example
White with #A24095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24095; }
p { color: rgb(162,64,149); }
H1.HeaderClassName
{
color: #A24095;
}
.AnyTagClassName
{
color: #A24095;
}
</style>
background-color css
<style>
a { background-color: #A24095; }
a { background-color: rgb(162,64,149); }
div.DivClassName
{
background-color: #A24095;
}
.BgClassName
{
background-color: #A24095;
}
</style>
border-color css
<style>
span { border-color: #A24095; }
span { border-color: rgb(162,64,149); }
td.TdClassName
{
border-color: #A24095;
}
.TagClassName
{
border-color: #A24095;
}
</style>