Shades of Violet Blue #AA46AB
Tints of Violet Blue #AA46AB
RGB
CMYK
RGB Variations
Color information
#AA46AB (or 0xAA46AB) is known color: Violet Blue. HEX triplet: AA, 46 and AB. RGB value is (170,70,171). Sum of RGB (Red+Green+Blue) = 170+70+171=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA46AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA46AB is #55B954. Grayscale: #6F6F6F. Windows color (decimal): -5618005 or 11224746. OLE color: 11224746.
HSL color Cylindrical-coordinate representation of color #AA46AB: hue angle of 299.41º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA46AB is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 171 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.33 |
| HSL | 299.41º | 0.42% | 0.47% | - |
| HSV(B) | 299.41º | 0.59% | 0.67% | - |
| XYZ | 26.12 | 15.87 | 40.21 | - |
| YUV | 111.41 | 161.63 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 171 | 0.01 | 0.59 | 0 | 0.33 | 299.41 | 0.42 | 0.47 |
| Hex | AA | 46 | AB | 1 | 3B | 0 | 21 | 12B | 2A | 2F |
| Octal | 252 | 106 | 253 | 1 | 73 | 0 | 41 | 453 | 52 | 57 |
| Binary | 10101010 | 1000110 | 10101011 | 1 | 111011 | 0 | 100001 | 100101011 | 101010 | 101111 |
Color Harmonies of #AA46AB
Complementary color
Monochromatic Colors of #AA46AB
Black with #AA46AB
Text Example
Text Example
White with #AA46AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA46AB; }
p { color: rgb(170,70,171); }
H1.HeaderClassName
{
color: #AA46AB;
}
.AnyTagClassName
{
color: #AA46AB;
}
</style>
background-color css
<style>
a { background-color: #AA46AB; }
a { background-color: rgb(170,70,171); }
div.DivClassName
{
background-color: #AA46AB;
}
.BgClassName
{
background-color: #AA46AB;
}
</style>
border-color css
<style>
span { border-color: #AA46AB; }
span { border-color: rgb(170,70,171); }
td.TdClassName
{
border-color: #AA46AB;
}
.TagClassName
{
border-color: #AA46AB;
}
</style>