Shades of Violet Blue #AA78AB
Tints of Violet Blue #AA78AB
RGB
CMYK
RGB Variations
Color information
#AA78AB (or 0xAA78AB) is known color: Violet Blue. HEX triplet: AA, 78 and AB. RGB value is (170,120,171). Sum of RGB (Red+Green+Blue) = 170+120+171=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA78AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78AB is #558754. Grayscale: #8C8C8C. Windows color (decimal): -5605205 or 11237546. OLE color: 11237546.
HSL color Cylindrical-coordinate representation of color #AA78AB: hue angle of 298.82º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA78AB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 171 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.33 |
| HSL | 298.82º | 0.23% | 0.57% | - |
| HSV(B) | 298.82º | 0.3% | 0.67% | - |
| XYZ | 30.64 | 24.92 | 41.72 | - |
| YUV | 140.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 171 | 0.01 | 0.30 | 0 | 0.33 | 298.82 | 0.23 | 0.57 |
| Hex | AA | 78 | AB | 1 | 1E | 0 | 21 | 12B | 17 | 39 |
| Octal | 252 | 170 | 253 | 1 | 36 | 0 | 41 | 453 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10101011 | 1 | 11110 | 0 | 100001 | 100101011 | 10111 | 111001 |
Color Harmonies of #AA78AB
Complementary color
Monochromatic Colors of #AA78AB
Black with #AA78AB
Text Example
Text Example
White with #AA78AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA78AB; }
p { color: rgb(170,120,171); }
H1.HeaderClassName
{
color: #AA78AB;
}
.AnyTagClassName
{
color: #AA78AB;
}
</style>
background-color css
<style>
a { background-color: #AA78AB; }
a { background-color: rgb(170,120,171); }
div.DivClassName
{
background-color: #AA78AB;
}
.BgClassName
{
background-color: #AA78AB;
}
</style>
border-color css
<style>
span { border-color: #AA78AB; }
span { border-color: rgb(170,120,171); }
td.TdClassName
{
border-color: #AA78AB;
}
.TagClassName
{
border-color: #AA78AB;
}
</style>