Shades of East Side #AA8CBC
Tints of East Side #AA8CBC
RGB
CMYK
RGB Variations
Color information
#AA8CBC (or 0xAA8CBC) is known color: East Side. HEX triplet: AA, 8C and BC. RGB value is (170,140,188). Sum of RGB (Red+Green+Blue) = 170+140+188=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA8CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CBC is #557343. Grayscale: #9A9A9A. Windows color (decimal): -5600068 or 12356778. OLE color: 12356778.
HSL color Cylindrical-coordinate representation of color #AA8CBC: hue angle of 277.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA8CBC is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 170 | 140 | 188 | - |
CMYK | 0.10 | 0.26 | 0 | 0.26 |
HSL | 277.5º | 0.26% | 0.64% | - |
HSV(B) | 277.5º | 0.26% | 0.74% | - |
XYZ | 35.03 | 30.93 | 51.7 | - |
YUV | 154.44 | 146.94 | 139.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 140 | 188 | 0.10 | 0.26 | 0 | 0.26 | 277.5 | 0.26 | 0.64 |
Hex | AA | 8C | BC | A | 1A | 0 | 1A | 116 | 1A | 40 |
Octal | 252 | 214 | 274 | 12 | 32 | 0 | 32 | 426 | 32 | 100 |
Binary | 10101010 | 10001100 | 10111100 | 1010 | 11010 | 0 | 11010 | 100010110 | 11010 | 1000000 |
Color Harmonies of #AA8CBC
Complementary color
Monochromatic Colors of #AA8CBC
Black with #AA8CBC
Text Example
Text Example
White with #AA8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CBC; }
p { color: rgb(170,140,188); }
H1.HeaderClassName
{
color: #AA8CBC;
}
.AnyTagClassName
{
color: #AA8CBC;
}
</style>
background-color css
<style>
a { background-color: #AA8CBC; }
a { background-color: rgb(170,140,188); }
div.DivClassName
{
background-color: #AA8CBC;
}
.BgClassName
{
background-color: #AA8CBC;
}
</style>
border-color css
<style>
span { border-color: #AA8CBC; }
span { border-color: rgb(170,140,188); }
td.TdClassName
{
border-color: #AA8CBC;
}
.TagClassName
{
border-color: #AA8CBC;
}
</style>