Shades of Violet Blue #A24C8A
Tints of Violet Blue #A24C8A
RGB
CMYK
RGB Variations
Color information
#A24C8A (or 0xA24C8A) is known color: Violet Blue. HEX triplet: A2, 4C and 8A. RGB value is (162,76,138). Sum of RGB (Red+Green+Blue) = 162+76+138=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24C8A is #5DB375. Grayscale: #6C6C6C. Windows color (decimal): -6140790 or 9063586. OLE color: 9063586.
HSL color Cylindrical-coordinate representation of color #A24C8A: hue angle of 316.74º 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 #A24C8A is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 138 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.36 |
| HSL | 316.74º | 0.36% | 0.47% | - |
| HSV(B) | 316.74º | 0.53% | 0.64% | - |
| XYZ | 22.07 | 14.69 | 25.72 | - |
| YUV | 108.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 138 | 0 | 0.53 | 0.15 | 0.36 | 316.74 | 0.36 | 0.47 |
| Hex | A2 | 4C | 8A | 0 | 35 | F | 24 | 13D | 24 | 2F |
| Octal | 242 | 114 | 212 | 0 | 65 | 17 | 44 | 475 | 44 | 57 |
| Binary | 10100010 | 1001100 | 10001010 | 0 | 110101 | 1111 | 100100 | 100111101 | 100100 | 101111 |
Color Harmonies of #A24C8A
Complementary color
Monochromatic Colors of #A24C8A
Black with #A24C8A
Text Example
Text Example
White with #A24C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C8A; }
p { color: rgb(162,76,138); }
H1.HeaderClassName
{
color: #A24C8A;
}
.AnyTagClassName
{
color: #A24C8A;
}
</style>
background-color css
<style>
a { background-color: #A24C8A; }
a { background-color: rgb(162,76,138); }
div.DivClassName
{
background-color: #A24C8A;
}
.BgClassName
{
background-color: #A24C8A;
}
</style>
border-color css
<style>
span { border-color: #A24C8A; }
span { border-color: rgb(162,76,138); }
td.TdClassName
{
border-color: #A24C8A;
}
.TagClassName
{
border-color: #A24C8A;
}
</style>