Shades of Violet Blue #A24B9D
Tints of Violet Blue #A24B9D
RGB
CMYK
RGB Variations
Color information
#A24B9D (or 0xA24B9D) is known color: Violet Blue. HEX triplet: A2, 4B and 9D. RGB value is (162,75,157). Sum of RGB (Red+Green+Blue) = 162+75+157=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24B9D is #5DB462. Grayscale: #6E6E6E. Windows color (decimal): -6141027 or 10308514. OLE color: 10308514.
HSL color Cylindrical-coordinate representation of color #A24B9D: hue angle of 303.45º 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 #A24B9D is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 75 | 157 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.36 |
| HSL | 303.45º | 0.37% | 0.46% | - |
| HSV(B) | 303.45º | 0.54% | 0.64% | - |
| XYZ | 23.5 | 15.15 | 33.58 | - |
| YUV | 110.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 157 | 0 | 0.54 | 0.03 | 0.36 | 303.45 | 0.37 | 0.46 |
| Hex | A2 | 4B | 9D | 0 | 36 | 3 | 24 | 12F | 25 | 2E |
| Octal | 242 | 113 | 235 | 0 | 66 | 3 | 44 | 457 | 45 | 56 |
| Binary | 10100010 | 1001011 | 10011101 | 0 | 110110 | 11 | 100100 | 100101111 | 100101 | 101110 |
Color Harmonies of #A24B9D
Complementary color
Monochromatic Colors of #A24B9D
Black with #A24B9D
Text Example
Text Example
White with #A24B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24B9D; }
p { color: rgb(162,75,157); }
H1.HeaderClassName
{
color: #A24B9D;
}
.AnyTagClassName
{
color: #A24B9D;
}
</style>
background-color css
<style>
a { background-color: #A24B9D; }
a { background-color: rgb(162,75,157); }
div.DivClassName
{
background-color: #A24B9D;
}
.BgClassName
{
background-color: #A24B9D;
}
</style>
border-color css
<style>
span { border-color: #A24B9D; }
span { border-color: rgb(162,75,157); }
td.TdClassName
{
border-color: #A24B9D;
}
.TagClassName
{
border-color: #A24B9D;
}
</style>