Shades of Violet Blue #A449AB
Tints of Violet Blue #A449AB
RGB
CMYK
RGB Variations
Color information
#A449AB (or 0xA449AB) is known color: Violet Blue. HEX triplet: A4, 49 and AB. RGB value is (164,73,171). Sum of RGB (Red+Green+Blue) = 164+73+171=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #A449AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A449AB is #5BB654. Grayscale: #6F6F6F. Windows color (decimal): -6010453 or 11225508. OLE color: 11225508.
HSL color Cylindrical-coordinate representation of color #A449AB: hue angle of 295.71º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A449AB is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 73 | 171 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.33 |
| HSL | 295.71º | 0.4% | 0.48% | - |
| HSV(B) | 295.71º | 0.57% | 0.67% | - |
| XYZ | 25.04 | 15.6 | 40.22 | - |
| YUV | 111.38 | 161.65 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 171 | 0.04 | 0.57 | 0 | 0.33 | 295.71 | 0.4 | 0.48 |
| Hex | A4 | 49 | AB | 4 | 39 | 0 | 21 | 128 | 28 | 30 |
| Octal | 244 | 111 | 253 | 4 | 71 | 0 | 41 | 450 | 50 | 60 |
| Binary | 10100100 | 1001001 | 10101011 | 100 | 111001 | 0 | 100001 | 100101000 | 101000 | 110000 |
Color Harmonies of #A449AB
Complementary color
Monochromatic Colors of #A449AB
Black with #A449AB
Text Example
Text Example
White with #A449AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A449AB; }
p { color: rgb(164,73,171); }
H1.HeaderClassName
{
color: #A449AB;
}
.AnyTagClassName
{
color: #A449AB;
}
</style>
background-color css
<style>
a { background-color: #A449AB; }
a { background-color: rgb(164,73,171); }
div.DivClassName
{
background-color: #A449AB;
}
.BgClassName
{
background-color: #A449AB;
}
</style>
border-color css
<style>
span { border-color: #A449AB; }
span { border-color: rgb(164,73,171); }
td.TdClassName
{
border-color: #A449AB;
}
.TagClassName
{
border-color: #A449AB;
}
</style>