Shades of East Side #AA85B7
Tints of East Side #AA85B7
RGB
CMYK
RGB Variations
Color information
#AA85B7 (or 0xAA85B7) is known color: East Side. HEX triplet: AA, 85 and B7. RGB value is (170,133,183). Sum of RGB (Red+Green+Blue) = 170+133+183=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA85B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85B7 is #557A48. Grayscale: #959595. Windows color (decimal): -5601865 or 12027306. OLE color: 12027306.
HSL color Cylindrical-coordinate representation of color #AA85B7: hue angle of 284.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA85B7 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 170 | 133 | 183 | - |
CMYK | 0.07 | 0.27 | 0 | 0.28 |
HSL | 284.4º | 0.26% | 0.62% | - |
HSV(B) | 284.4º | 0.27% | 0.72% | - |
XYZ | 33.51 | 28.74 | 48.58 | - |
YUV | 149.76 | 146.76 | 142.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 133 | 183 | 0.07 | 0.27 | 0 | 0.28 | 284.4 | 0.26 | 0.62 |
Hex | AA | 85 | B7 | 7 | 1B | 0 | 1C | 11C | 1A | 3E |
Octal | 252 | 205 | 267 | 7 | 33 | 0 | 34 | 434 | 32 | 76 |
Binary | 10101010 | 10000101 | 10110111 | 111 | 11011 | 0 | 11100 | 100011100 | 11010 | 111110 |
Color Harmonies of #AA85B7
Complementary color
Monochromatic Colors of #AA85B7
Black with #AA85B7
Text Example
Text Example
White with #AA85B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA85B7; }
p { color: rgb(170,133,183); }
H1.HeaderClassName
{
color: #AA85B7;
}
.AnyTagClassName
{
color: #AA85B7;
}
</style>
background-color css
<style>
a { background-color: #AA85B7; }
a { background-color: rgb(170,133,183); }
div.DivClassName
{
background-color: #AA85B7;
}
.BgClassName
{
background-color: #AA85B7;
}
</style>
border-color css
<style>
span { border-color: #AA85B7; }
span { border-color: rgb(170,133,183); }
td.TdClassName
{
border-color: #AA85B7;
}
.TagClassName
{
border-color: #AA85B7;
}
</style>