Shades of Violet Blue #A24CA0
Tints of Violet Blue #A24CA0
RGB
CMYK
RGB Variations
Color information
#A24CA0 (or 0xA24CA0) is known color: Violet Blue. HEX triplet: A2, 4C and A0. RGB value is (162,76,160). Sum of RGB (Red+Green+Blue) = 162+76+160=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A24CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24CA0 is #5DB35F. Grayscale: #6F6F6F. Windows color (decimal): -6140768 or 10505378. OLE color: 10505378.
HSL color Cylindrical-coordinate representation of color #A24CA0: hue angle of 301.4º 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 #A24CA0 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 160 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.36 |
| HSL | 301.4º | 0.36% | 0.47% | - |
| HSV(B) | 301.4º | 0.53% | 0.64% | - |
| XYZ | 23.83 | 15.39 | 34.97 | - |
| YUV | 111.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 160 | 0 | 0.53 | 0.01 | 0.36 | 301.4 | 0.36 | 0.47 |
| Hex | A2 | 4C | A0 | 0 | 35 | 1 | 24 | 12D | 24 | 2F |
| Octal | 242 | 114 | 240 | 0 | 65 | 1 | 44 | 455 | 44 | 57 |
| Binary | 10100010 | 1001100 | 10100000 | 0 | 110101 | 1 | 100100 | 100101101 | 100100 | 101111 |
Color Harmonies of #A24CA0
Complementary color
Monochromatic Colors of #A24CA0
Black with #A24CA0
Text Example
Text Example
White with #A24CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24CA0; }
p { color: rgb(162,76,160); }
H1.HeaderClassName
{
color: #A24CA0;
}
.AnyTagClassName
{
color: #A24CA0;
}
</style>
background-color css
<style>
a { background-color: #A24CA0; }
a { background-color: rgb(162,76,160); }
div.DivClassName
{
background-color: #A24CA0;
}
.BgClassName
{
background-color: #A24CA0;
}
</style>
border-color css
<style>
span { border-color: #A24CA0; }
span { border-color: rgb(162,76,160); }
td.TdClassName
{
border-color: #A24CA0;
}
.TagClassName
{
border-color: #A24CA0;
}
</style>