Shades of East Side #AA8ABC
Tints of East Side #AA8ABC
RGB
CMYK
RGB Variations
Color information
#AA8ABC (or 0xAA8ABC) is known color: East Side. HEX triplet: AA, 8A and BC. RGB value is (170,138,188). Sum of RGB (Red+Green+Blue) = 170+138+188=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA8ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ABC is #557543. Grayscale: #999999. Windows color (decimal): -5600580 or 12356266. OLE color: 12356266.
HSL color Cylindrical-coordinate representation of color #AA8ABC: hue angle of 278.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA8ABC is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 138 | 188 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.26 |
| HSL | 278.4º | 0.27% | 0.64% | - |
| HSV(B) | 278.4º | 0.27% | 0.74% | - |
| XYZ | 34.74 | 30.35 | 51.6 | - |
| YUV | 153.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 188 | 0.10 | 0.27 | 0 | 0.26 | 278.4 | 0.27 | 0.64 |
| Hex | AA | 8A | BC | A | 1B | 0 | 1A | 116 | 1B | 40 |
| Octal | 252 | 212 | 274 | 12 | 33 | 0 | 32 | 426 | 33 | 100 |
| Binary | 10101010 | 10001010 | 10111100 | 1010 | 11011 | 0 | 11010 | 100010110 | 11011 | 1000000 |
Color Harmonies of #AA8ABC
Complementary color
Monochromatic Colors of #AA8ABC
Black with #AA8ABC
Text Example
Text Example
White with #AA8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8ABC; }
p { color: rgb(170,138,188); }
H1.HeaderClassName
{
color: #AA8ABC;
}
.AnyTagClassName
{
color: #AA8ABC;
}
</style>
background-color css
<style>
a { background-color: #AA8ABC; }
a { background-color: rgb(170,138,188); }
div.DivClassName
{
background-color: #AA8ABC;
}
.BgClassName
{
background-color: #AA8ABC;
}
</style>
border-color css
<style>
span { border-color: #AA8ABC; }
span { border-color: rgb(170,138,188); }
td.TdClassName
{
border-color: #AA8ABC;
}
.TagClassName
{
border-color: #AA8ABC;
}
</style>