Shades of Violet Blue #A24AAB
Tints of Violet Blue #A24AAB
RGB
CMYK
RGB Variations
Color information
#A24AAB (or 0xA24AAB) is known color: Violet Blue. HEX triplet: A2, 4A and AB. RGB value is (162,74,171). Sum of RGB (Red+Green+Blue) = 162+74+171=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #A24AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24AAB is #5DB554. Grayscale: #6F6F6F. Windows color (decimal): -6141269 or 11225762. OLE color: 11225762.
HSL color Cylindrical-coordinate representation of color #A24AAB: hue angle of 294.43º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24AAB is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 74 | 171 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.33 |
| HSL | 294.43º | 0.4% | 0.48% | - |
| HSV(B) | 294.43º | 0.57% | 0.67% | - |
| XYZ | 24.7 | 15.52 | 40.22 | - |
| YUV | 111.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 171 | 0.05 | 0.57 | 0 | 0.33 | 294.43 | 0.4 | 0.48 |
| Hex | A2 | 4A | AB | 5 | 39 | 0 | 21 | 126 | 28 | 30 |
| Octal | 242 | 112 | 253 | 5 | 71 | 0 | 41 | 446 | 50 | 60 |
| Binary | 10100010 | 1001010 | 10101011 | 101 | 111001 | 0 | 100001 | 100100110 | 101000 | 110000 |
Color Harmonies of #A24AAB
Complementary color
Monochromatic Colors of #A24AAB
Black with #A24AAB
Text Example
Text Example
White with #A24AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24AAB; }
p { color: rgb(162,74,171); }
H1.HeaderClassName
{
color: #A24AAB;
}
.AnyTagClassName
{
color: #A24AAB;
}
</style>
background-color css
<style>
a { background-color: #A24AAB; }
a { background-color: rgb(162,74,171); }
div.DivClassName
{
background-color: #A24AAB;
}
.BgClassName
{
background-color: #A24AAB;
}
</style>
border-color css
<style>
span { border-color: #A24AAB; }
span { border-color: rgb(162,74,171); }
td.TdClassName
{
border-color: #A24AAB;
}
.TagClassName
{
border-color: #A24AAB;
}
</style>