Shades of Violet Blue #A24399
Tints of Violet Blue #A24399
RGB
CMYK
RGB Variations
Color information
#A24399 (or 0xA24399) is known color: Violet Blue. HEX triplet: A2, 43 and 99. RGB value is (162,67,153). Sum of RGB (Red+Green+Blue) = 162+67+153=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A24399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24399 is #5DBC66. Grayscale: #686868. Windows color (decimal): -6143079 or 10044322. OLE color: 10044322.
HSL color Cylindrical-coordinate representation of color #A24399: hue angle of 305.68º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24399 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 67 | 153 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.36 |
| HSL | 305.68º | 0.41% | 0.45% | - |
| HSV(B) | 305.68º | 0.59% | 0.64% | - |
| XYZ | 22.66 | 14 | 31.64 | - |
| YUV | 105.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 153 | 0 | 0.59 | 0.06 | 0.36 | 305.68 | 0.41 | 0.45 |
| Hex | A2 | 43 | 99 | 0 | 3B | 6 | 24 | 132 | 29 | 2D |
| Octal | 242 | 103 | 231 | 0 | 73 | 6 | 44 | 462 | 51 | 55 |
| Binary | 10100010 | 1000011 | 10011001 | 0 | 111011 | 110 | 100100 | 100110010 | 101001 | 101101 |
Color Harmonies of #A24399
Complementary color
Monochromatic Colors of #A24399
Black with #A24399
Text Example
Text Example
White with #A24399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24399; }
p { color: rgb(162,67,153); }
H1.HeaderClassName
{
color: #A24399;
}
.AnyTagClassName
{
color: #A24399;
}
</style>
background-color css
<style>
a { background-color: #A24399; }
a { background-color: rgb(162,67,153); }
div.DivClassName
{
background-color: #A24399;
}
.BgClassName
{
background-color: #A24399;
}
</style>
border-color css
<style>
span { border-color: #A24399; }
span { border-color: rgb(162,67,153); }
td.TdClassName
{
border-color: #A24399;
}
.TagClassName
{
border-color: #A24399;
}
</style>