Shades of Violet Blue #A24C9B
Tints of Violet Blue #A24C9B
RGB
CMYK
RGB Variations
Color information
#A24C9B (or 0xA24C9B) is known color: Violet Blue. HEX triplet: A2, 4C and 9B. RGB value is (162,76,155). Sum of RGB (Red+Green+Blue) = 162+76+155=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24C9B is #5DB364. Grayscale: #6E6E6E. Windows color (decimal): -6140773 or 10177698. OLE color: 10177698.
HSL color Cylindrical-coordinate representation of color #A24C9B: hue angle of 304.88º 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 #A24C9B is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 155 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.36 |
| HSL | 304.88º | 0.36% | 0.47% | - |
| HSV(B) | 304.88º | 0.53% | 0.64% | - |
| XYZ | 23.4 | 15.22 | 32.71 | - |
| YUV | 110.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 155 | 0 | 0.53 | 0.04 | 0.36 | 304.88 | 0.36 | 0.47 |
| Hex | A2 | 4C | 9B | 0 | 35 | 4 | 24 | 131 | 24 | 2F |
| Octal | 242 | 114 | 233 | 0 | 65 | 4 | 44 | 461 | 44 | 57 |
| Binary | 10100010 | 1001100 | 10011011 | 0 | 110101 | 100 | 100100 | 100110001 | 100100 | 101111 |
Color Harmonies of #A24C9B
Complementary color
Monochromatic Colors of #A24C9B
Black with #A24C9B
Text Example
Text Example
White with #A24C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C9B; }
p { color: rgb(162,76,155); }
H1.HeaderClassName
{
color: #A24C9B;
}
.AnyTagClassName
{
color: #A24C9B;
}
</style>
background-color css
<style>
a { background-color: #A24C9B; }
a { background-color: rgb(162,76,155); }
div.DivClassName
{
background-color: #A24C9B;
}
.BgClassName
{
background-color: #A24C9B;
}
</style>
border-color css
<style>
span { border-color: #A24C9B; }
span { border-color: rgb(162,76,155); }
td.TdClassName
{
border-color: #A24C9B;
}
.TagClassName
{
border-color: #A24C9B;
}
</style>