Shades of Violet Blue #AA50AB
Tints of Violet Blue #AA50AB
RGB
CMYK
RGB Variations
Color information
#AA50AB (or 0xAA50AB) is known color: Violet Blue. HEX triplet: AA, 50 and AB. RGB value is (170,80,171). Sum of RGB (Red+Green+Blue) = 170+80+171=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA50AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA50AB is #55AF54. Grayscale: #757575. Windows color (decimal): -5615445 or 11227306. OLE color: 11227306.
HSL color Cylindrical-coordinate representation of color #AA50AB: hue angle of 299.34º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA50AB is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 171 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.33 |
| HSL | 299.34º | 0.36% | 0.49% | - |
| HSV(B) | 299.34º | 0.53% | 0.67% | - |
| XYZ | 26.8 | 17.22 | 40.44 | - |
| YUV | 117.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 171 | 0.01 | 0.53 | 0 | 0.33 | 299.34 | 0.36 | 0.49 |
| Hex | AA | 50 | AB | 1 | 35 | 0 | 21 | 12B | 24 | 31 |
| Octal | 252 | 120 | 253 | 1 | 65 | 0 | 41 | 453 | 44 | 61 |
| Binary | 10101010 | 1010000 | 10101011 | 1 | 110101 | 0 | 100001 | 100101011 | 100100 | 110001 |
Color Harmonies of #AA50AB
Complementary color
Monochromatic Colors of #AA50AB
Black with #AA50AB
Text Example
Text Example
White with #AA50AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA50AB; }
p { color: rgb(170,80,171); }
H1.HeaderClassName
{
color: #AA50AB;
}
.AnyTagClassName
{
color: #AA50AB;
}
</style>
background-color css
<style>
a { background-color: #AA50AB; }
a { background-color: rgb(170,80,171); }
div.DivClassName
{
background-color: #AA50AB;
}
.BgClassName
{
background-color: #AA50AB;
}
</style>
border-color css
<style>
span { border-color: #AA50AB; }
span { border-color: rgb(170,80,171); }
td.TdClassName
{
border-color: #AA50AB;
}
.TagClassName
{
border-color: #AA50AB;
}
</style>