Shades of Violet Blue #A2499F
Tints of Violet Blue #A2499F
RGB
CMYK
RGB Variations
Color information
#A2499F (or 0xA2499F) is known color: Violet Blue. HEX triplet: A2, 49 and 9F. RGB value is (162,73,159). Sum of RGB (Red+Green+Blue) = 162+73+159=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A2499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2499F is #5DB660. Grayscale: #6D6D6D. Windows color (decimal): -6141537 or 10439074. OLE color: 10439074.
HSL color Cylindrical-coordinate representation of color #A2499F: hue angle of 302.02º 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 #A2499F is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 159 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.36 |
| HSL | 302.02º | 0.38% | 0.46% | - |
| HSV(B) | 302.02º | 0.55% | 0.64% | - |
| XYZ | 23.54 | 14.95 | 34.45 | - |
| YUV | 109.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 159 | 0 | 0.55 | 0.02 | 0.36 | 302.02 | 0.38 | 0.46 |
| Hex | A2 | 49 | 9F | 0 | 37 | 2 | 24 | 12E | 26 | 2E |
| Octal | 242 | 111 | 237 | 0 | 67 | 2 | 44 | 456 | 46 | 56 |
| Binary | 10100010 | 1001001 | 10011111 | 0 | 110111 | 10 | 100100 | 100101110 | 100110 | 101110 |
Color Harmonies of #A2499F
Complementary color
Monochromatic Colors of #A2499F
Black with #A2499F
Text Example
Text Example
White with #A2499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2499F; }
p { color: rgb(162,73,159); }
H1.HeaderClassName
{
color: #A2499F;
}
.AnyTagClassName
{
color: #A2499F;
}
</style>
background-color css
<style>
a { background-color: #A2499F; }
a { background-color: rgb(162,73,159); }
div.DivClassName
{
background-color: #A2499F;
}
.BgClassName
{
background-color: #A2499F;
}
</style>
border-color css
<style>
span { border-color: #A2499F; }
span { border-color: rgb(162,73,159); }
td.TdClassName
{
border-color: #A2499F;
}
.TagClassName
{
border-color: #A2499F;
}
</style>