Shades of Violet Blue #A24B8D
Tints of Violet Blue #A24B8D
RGB
CMYK
RGB Variations
Color information
#A24B8D (or 0xA24B8D) is known color: Violet Blue. HEX triplet: A2, 4B and 8D. RGB value is (162,75,141). Sum of RGB (Red+Green+Blue) = 162+75+141=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24B8D is #5DB472. Grayscale: #6C6C6C. Windows color (decimal): -6141043 or 9259938. OLE color: 9259938.
HSL color Cylindrical-coordinate representation of color #A24B8D: hue angle of 314.48º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24B8D is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 75 | 141 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.36 |
| HSL | 314.48º | 0.37% | 0.46% | - |
| HSV(B) | 314.48º | 0.54% | 0.64% | - |
| XYZ | 22.22 | 14.64 | 26.85 | - |
| YUV | 108.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 141 | 0 | 0.54 | 0.13 | 0.36 | 314.48 | 0.37 | 0.46 |
| Hex | A2 | 4B | 8D | 0 | 36 | D | 24 | 13A | 25 | 2E |
| Octal | 242 | 113 | 215 | 0 | 66 | 15 | 44 | 472 | 45 | 56 |
| Binary | 10100010 | 1001011 | 10001101 | 0 | 110110 | 1101 | 100100 | 100111010 | 100101 | 101110 |
Color Harmonies of #A24B8D
Complementary color
Monochromatic Colors of #A24B8D
Black with #A24B8D
Text Example
Text Example
White with #A24B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24B8D; }
p { color: rgb(162,75,141); }
H1.HeaderClassName
{
color: #A24B8D;
}
.AnyTagClassName
{
color: #A24B8D;
}
</style>
background-color css
<style>
a { background-color: #A24B8D; }
a { background-color: rgb(162,75,141); }
div.DivClassName
{
background-color: #A24B8D;
}
.BgClassName
{
background-color: #A24B8D;
}
</style>
border-color css
<style>
span { border-color: #A24B8D; }
span { border-color: rgb(162,75,141); }
td.TdClassName
{
border-color: #A24B8D;
}
.TagClassName
{
border-color: #A24B8D;
}
</style>