Shades of Violet Blue #A2449B
Tints of Violet Blue #A2449B
RGB
CMYK
RGB Variations
Color information
#A2449B (or 0xA2449B) is known color: Violet Blue. HEX triplet: A2, 44 and 9B. RGB value is (162,68,155). Sum of RGB (Red+Green+Blue) = 162+68+155=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2449B is #5DBB64. Grayscale: #696969. Windows color (decimal): -6142821 or 10175650. OLE color: 10175650.
HSL color Cylindrical-coordinate representation of color #A2449B: hue angle of 304.47º 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 #A2449B is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 68 | 155 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.36 |
| HSL | 304.47º | 0.41% | 0.45% | - |
| HSV(B) | 304.47º | 0.58% | 0.64% | - |
| XYZ | 22.88 | 14.18 | 32.54 | - |
| YUV | 106.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 155 | 0 | 0.58 | 0.04 | 0.36 | 304.47 | 0.41 | 0.45 |
| Hex | A2 | 44 | 9B | 0 | 3A | 4 | 24 | 130 | 29 | 2D |
| Octal | 242 | 104 | 233 | 0 | 72 | 4 | 44 | 460 | 51 | 55 |
| Binary | 10100010 | 1000100 | 10011011 | 0 | 111010 | 100 | 100100 | 100110000 | 101001 | 101101 |
Color Harmonies of #A2449B
Complementary color
Monochromatic Colors of #A2449B
Black with #A2449B
Text Example
Text Example
White with #A2449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2449B; }
p { color: rgb(162,68,155); }
H1.HeaderClassName
{
color: #A2449B;
}
.AnyTagClassName
{
color: #A2449B;
}
</style>
background-color css
<style>
a { background-color: #A2449B; }
a { background-color: rgb(162,68,155); }
div.DivClassName
{
background-color: #A2449B;
}
.BgClassName
{
background-color: #A2449B;
}
</style>
border-color css
<style>
span { border-color: #A2449B; }
span { border-color: rgb(162,68,155); }
td.TdClassName
{
border-color: #A2449B;
}
.TagClassName
{
border-color: #A2449B;
}
</style>