Shades of East Side #AA91B5
Tints of East Side #AA91B5
RGB
CMYK
RGB Variations
Color information
#AA91B5 (or 0xAA91B5) is known color: East Side. HEX triplet: AA, 91 and B5. RGB value is (170,145,181). Sum of RGB (Red+Green+Blue) = 170+145+181=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA91B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91B5 is #556E4A. Grayscale: #9C9C9C. Windows color (decimal): -5598795 or 11899306. OLE color: 11899306.
HSL color Cylindrical-coordinate representation of color #AA91B5: hue angle of 281.67º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA91B5 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 170 | 145 | 181 | - |
CMYK | 0.06 | 0.20 | 0 | 0.29 |
HSL | 281.67º | 0.2% | 0.64% | - |
HSV(B) | 281.67º | 0.2% | 0.71% | - |
XYZ | 35.04 | 32.13 | 48.07 | - |
YUV | 156.58 | 141.78 | 137.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 145 | 181 | 0.06 | 0.20 | 0 | 0.29 | 281.67 | 0.2 | 0.64 |
Hex | AA | 91 | B5 | 6 | 14 | 0 | 1D | 11A | 14 | 40 |
Octal | 252 | 221 | 265 | 6 | 24 | 0 | 35 | 432 | 24 | 100 |
Binary | 10101010 | 10010001 | 10110101 | 110 | 10100 | 0 | 11101 | 100011010 | 10100 | 1000000 |
Color Harmonies of #AA91B5
Complementary color
Monochromatic Colors of #AA91B5
Black with #AA91B5
Text Example
Text Example
White with #AA91B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91B5; }
p { color: rgb(170,145,181); }
H1.HeaderClassName
{
color: #AA91B5;
}
.AnyTagClassName
{
color: #AA91B5;
}
</style>
background-color css
<style>
a { background-color: #AA91B5; }
a { background-color: rgb(170,145,181); }
div.DivClassName
{
background-color: #AA91B5;
}
.BgClassName
{
background-color: #AA91B5;
}
</style>
border-color css
<style>
span { border-color: #AA91B5; }
span { border-color: rgb(170,145,181); }
td.TdClassName
{
border-color: #AA91B5;
}
.TagClassName
{
border-color: #AA91B5;
}
</style>