Shades of Violet Blue #A2499C
Tints of Violet Blue #A2499C
RGB
CMYK
RGB Variations
Color information
#A2499C (or 0xA2499C) is known color: Violet Blue. HEX triplet: A2, 49 and 9C. RGB value is (162,73,156). Sum of RGB (Red+Green+Blue) = 162+73+156=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A2499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2499C is #5DB663. Grayscale: #6C6C6C. Windows color (decimal): -6141540 or 10242466. OLE color: 10242466.
HSL color Cylindrical-coordinate representation of color #A2499C: hue angle of 304.04º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2499C is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 156 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.36 |
| HSL | 304.05º | 0.38% | 0.46% | - |
| HSV(B) | 304.05º | 0.55% | 0.64% | - |
| XYZ | 23.28 | 14.85 | 33.09 | - |
| YUV | 109.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 156 | 0 | 0.55 | 0.04 | 0.36 | 304.05 | 0.38 | 0.46 |
| Hex | A2 | 49 | 9C | 0 | 37 | 4 | 24 | 130 | 26 | 2E |
| Octal | 242 | 111 | 234 | 0 | 67 | 4 | 44 | 460 | 46 | 56 |
| Binary | 10100010 | 1001001 | 10011100 | 0 | 110111 | 100 | 100100 | 100110000 | 100110 | 101110 |
Color Harmonies of #A2499C
Complementary color
Monochromatic Colors of #A2499C
Black with #A2499C
Text Example
Text Example
White with #A2499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2499C; }
p { color: rgb(162,73,156); }
H1.HeaderClassName
{
color: #A2499C;
}
.AnyTagClassName
{
color: #A2499C;
}
</style>
background-color css
<style>
a { background-color: #A2499C; }
a { background-color: rgb(162,73,156); }
div.DivClassName
{
background-color: #A2499C;
}
.BgClassName
{
background-color: #A2499C;
}
</style>
border-color css
<style>
span { border-color: #A2499C; }
span { border-color: rgb(162,73,156); }
td.TdClassName
{
border-color: #A2499C;
}
.TagClassName
{
border-color: #A2499C;
}
</style>