Shades of Violet Blue #A24C9A
Tints of Violet Blue #A24C9A
RGB
CMYK
RGB Variations
Color information
#A24C9A (or 0xA24C9A) is known color: Violet Blue. HEX triplet: A2, 4C and 9A. RGB value is (162,76,154). Sum of RGB (Red+Green+Blue) = 162+76+154=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24C9A is #5DB365. Grayscale: #6E6E6E. Windows color (decimal): -6140774 or 10112162. OLE color: 10112162.
HSL color Cylindrical-coordinate representation of color #A24C9A: hue angle of 305.58º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A24C9A is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 154 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.36 |
| HSL | 305.58º | 0.36% | 0.47% | - |
| HSV(B) | 305.58º | 0.53% | 0.64% | - |
| XYZ | 23.32 | 15.18 | 32.27 | - |
| YUV | 110.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 154 | 0 | 0.53 | 0.05 | 0.36 | 305.58 | 0.36 | 0.47 |
| Hex | A2 | 4C | 9A | 0 | 35 | 5 | 24 | 132 | 24 | 2F |
| Octal | 242 | 114 | 232 | 0 | 65 | 5 | 44 | 462 | 44 | 57 |
| Binary | 10100010 | 1001100 | 10011010 | 0 | 110101 | 101 | 100100 | 100110010 | 100100 | 101111 |
Color Harmonies of #A24C9A
Complementary color
Monochromatic Colors of #A24C9A
Black with #A24C9A
Text Example
Text Example
White with #A24C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C9A; }
p { color: rgb(162,76,154); }
H1.HeaderClassName
{
color: #A24C9A;
}
.AnyTagClassName
{
color: #A24C9A;
}
</style>
background-color css
<style>
a { background-color: #A24C9A; }
a { background-color: rgb(162,76,154); }
div.DivClassName
{
background-color: #A24C9A;
}
.BgClassName
{
background-color: #A24C9A;
}
</style>
border-color css
<style>
span { border-color: #A24C9A; }
span { border-color: rgb(162,76,154); }
td.TdClassName
{
border-color: #A24C9A;
}
.TagClassName
{
border-color: #A24C9A;
}
</style>