Shades of Violet Blue #A24C8D
Tints of Violet Blue #A24C8D
RGB
CMYK
RGB Variations
Color information
#A24C8D (or 0xA24C8D) is known color: Violet Blue. HEX triplet: A2, 4C and 8D. RGB value is (162,76,141). Sum of RGB (Red+Green+Blue) = 162+76+141=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24C8D is #5DB372. Grayscale: #6C6C6C. Windows color (decimal): -6140787 or 9260194. OLE color: 9260194.
HSL color Cylindrical-coordinate representation of color #A24C8D: hue angle of 314.65º 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 #A24C8D is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 141 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.36 |
| HSL | 314.65º | 0.36% | 0.47% | - |
| HSV(B) | 314.65º | 0.53% | 0.64% | - |
| XYZ | 22.29 | 14.77 | 26.88 | - |
| YUV | 109.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 141 | 0 | 0.53 | 0.13 | 0.36 | 314.65 | 0.36 | 0.47 |
| Hex | A2 | 4C | 8D | 0 | 35 | D | 24 | 13B | 24 | 2F |
| Octal | 242 | 114 | 215 | 0 | 65 | 15 | 44 | 473 | 44 | 57 |
| Binary | 10100010 | 1001100 | 10001101 | 0 | 110101 | 1101 | 100100 | 100111011 | 100100 | 101111 |
Color Harmonies of #A24C8D
Complementary color
Monochromatic Colors of #A24C8D
Black with #A24C8D
Text Example
Text Example
White with #A24C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C8D; }
p { color: rgb(162,76,141); }
H1.HeaderClassName
{
color: #A24C8D;
}
.AnyTagClassName
{
color: #A24C8D;
}
</style>
background-color css
<style>
a { background-color: #A24C8D; }
a { background-color: rgb(162,76,141); }
div.DivClassName
{
background-color: #A24C8D;
}
.BgClassName
{
background-color: #A24C8D;
}
</style>
border-color css
<style>
span { border-color: #A24C8D; }
span { border-color: rgb(162,76,141); }
td.TdClassName
{
border-color: #A24C8D;
}
.TagClassName
{
border-color: #A24C8D;
}
</style>