Shades of Violet Blue #A2449A
Tints of Violet Blue #A2449A
RGB
CMYK
RGB Variations
Color information
#A2449A (or 0xA2449A) is known color: Violet Blue. HEX triplet: A2, 44 and 9A. RGB value is (162,68,154). Sum of RGB (Red+Green+Blue) = 162+68+154=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A2449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2449A is #5DBB65. Grayscale: #696969. Windows color (decimal): -6142822 or 10110114. OLE color: 10110114.
HSL color Cylindrical-coordinate representation of color #A2449A: hue angle of 305.11º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2449A is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 68 | 154 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.36 |
| HSL | 305.11º | 0.41% | 0.45% | - |
| HSV(B) | 305.11º | 0.58% | 0.64% | - |
| XYZ | 22.8 | 14.15 | 32.1 | - |
| YUV | 105.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 154 | 0 | 0.58 | 0.05 | 0.36 | 305.11 | 0.41 | 0.45 |
| Hex | A2 | 44 | 9A | 0 | 3A | 5 | 24 | 131 | 29 | 2D |
| Octal | 242 | 104 | 232 | 0 | 72 | 5 | 44 | 461 | 51 | 55 |
| Binary | 10100010 | 1000100 | 10011010 | 0 | 111010 | 101 | 100100 | 100110001 | 101001 | 101101 |
Color Harmonies of #A2449A
Complementary color
Monochromatic Colors of #A2449A
Black with #A2449A
Text Example
Text Example
White with #A2449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2449A; }
p { color: rgb(162,68,154); }
H1.HeaderClassName
{
color: #A2449A;
}
.AnyTagClassName
{
color: #A2449A;
}
</style>
background-color css
<style>
a { background-color: #A2449A; }
a { background-color: rgb(162,68,154); }
div.DivClassName
{
background-color: #A2449A;
}
.BgClassName
{
background-color: #A2449A;
}
</style>
border-color css
<style>
span { border-color: #A2449A; }
span { border-color: rgb(162,68,154); }
td.TdClassName
{
border-color: #A2449A;
}
.TagClassName
{
border-color: #A2449A;
}
</style>