Shades of Violet Blue #AA74AB
Tints of Violet Blue #AA74AB
RGB
CMYK
RGB Variations
Color information
#AA74AB (or 0xAA74AB) is known color: Violet Blue. HEX triplet: AA, 74 and AB. RGB value is (170,116,171). Sum of RGB (Red+Green+Blue) = 170+116+171=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA74AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA74AB is #558B54. Grayscale: #8A8A8A. Windows color (decimal): -5606229 or 11236522. OLE color: 11236522.
HSL color Cylindrical-coordinate representation of color #AA74AB: hue angle of 298.91º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA74AB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 171 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.33 |
| HSL | 298.91º | 0.25% | 0.56% | - |
| HSV(B) | 298.91º | 0.32% | 0.67% | - |
| XYZ | 30.17 | 23.98 | 41.57 | - |
| YUV | 138.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 171 | 0.01 | 0.32 | 0 | 0.33 | 298.91 | 0.25 | 0.56 |
| Hex | AA | 74 | AB | 1 | 20 | 0 | 21 | 12B | 19 | 38 |
| Octal | 252 | 164 | 253 | 1 | 40 | 0 | 41 | 453 | 31 | 70 |
| Binary | 10101010 | 1110100 | 10101011 | 1 | 100000 | 0 | 100001 | 100101011 | 11001 | 111000 |
Color Harmonies of #AA74AB
Complementary color
Monochromatic Colors of #AA74AB
Black with #AA74AB
Text Example
Text Example
White with #AA74AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA74AB; }
p { color: rgb(170,116,171); }
H1.HeaderClassName
{
color: #AA74AB;
}
.AnyTagClassName
{
color: #AA74AB;
}
</style>
background-color css
<style>
a { background-color: #AA74AB; }
a { background-color: rgb(170,116,171); }
div.DivClassName
{
background-color: #AA74AB;
}
.BgClassName
{
background-color: #AA74AB;
}
</style>
border-color css
<style>
span { border-color: #AA74AB; }
span { border-color: rgb(170,116,171); }
td.TdClassName
{
border-color: #AA74AB;
}
.TagClassName
{
border-color: #AA74AB;
}
</style>