Shades of Violet Blue #A24496
Tints of Violet Blue #A24496
RGB
CMYK
RGB Variations
Color information
#A24496 (or 0xA24496) is known color: Violet Blue. HEX triplet: A2, 44 and 96. RGB value is (162,68,150). Sum of RGB (Red+Green+Blue) = 162+68+150=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A24496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24496 is #5DBB69. Grayscale: #696969. Windows color (decimal): -6142826 or 9847970. OLE color: 9847970.
HSL color Cylindrical-coordinate representation of color #A24496: hue angle of 307.66º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A24496 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 68 | 150 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.36 |
| HSL | 307.66º | 0.41% | 0.45% | - |
| HSV(B) | 307.66º | 0.58% | 0.64% | - |
| XYZ | 22.47 | 14.02 | 30.38 | - |
| YUV | 105.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 150 | 0 | 0.58 | 0.07 | 0.36 | 307.66 | 0.41 | 0.45 |
| Hex | A2 | 44 | 96 | 0 | 3A | 7 | 24 | 134 | 29 | 2D |
| Octal | 242 | 104 | 226 | 0 | 72 | 7 | 44 | 464 | 51 | 55 |
| Binary | 10100010 | 1000100 | 10010110 | 0 | 111010 | 111 | 100100 | 100110100 | 101001 | 101101 |
Color Harmonies of #A24496
Complementary color
Monochromatic Colors of #A24496
Black with #A24496
Text Example
Text Example
White with #A24496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24496; }
p { color: rgb(162,68,150); }
H1.HeaderClassName
{
color: #A24496;
}
.AnyTagClassName
{
color: #A24496;
}
</style>
background-color css
<style>
a { background-color: #A24496; }
a { background-color: rgb(162,68,150); }
div.DivClassName
{
background-color: #A24496;
}
.BgClassName
{
background-color: #A24496;
}
</style>
border-color css
<style>
span { border-color: #A24496; }
span { border-color: rgb(162,68,150); }
td.TdClassName
{
border-color: #A24496;
}
.TagClassName
{
border-color: #A24496;
}
</style>