Shades of East Side #AA98B4
Tints of East Side #AA98B4
RGB
CMYK
RGB Variations
Color information
#AA98B4 (or 0xAA98B4) is known color: East Side. HEX triplet: AA, 98 and B4. RGB value is (170,152,180). Sum of RGB (Red+Green+Blue) = 170+152+180=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA98B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98B4 is #55674B. Grayscale: #A0A0A0. Windows color (decimal): -5597004 or 11835562. OLE color: 11835562.
HSL color Cylindrical-coordinate representation of color #AA98B4: hue angle of 278.57º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA98B4 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 152 | 180 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.29 |
| HSL | 278.57º | 0.16% | 0.65% | - |
| HSV(B) | 278.57º | 0.16% | 0.71% | - |
| XYZ | 36.04 | 34.3 | 47.9 | - |
| YUV | 160.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 180 | 0.06 | 0.16 | 0 | 0.29 | 278.57 | 0.16 | 0.65 |
| Hex | AA | 98 | B4 | 6 | 10 | 0 | 1D | 117 | 10 | 41 |
| Octal | 252 | 230 | 264 | 6 | 20 | 0 | 35 | 427 | 20 | 101 |
| Binary | 10101010 | 10011000 | 10110100 | 110 | 10000 | 0 | 11101 | 100010111 | 10000 | 1000001 |
Color Harmonies of #AA98B4
Complementary color
Monochromatic Colors of #AA98B4
Black with #AA98B4
Text Example
Text Example
White with #AA98B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA98B4; }
p { color: rgb(170,152,180); }
H1.HeaderClassName
{
color: #AA98B4;
}
.AnyTagClassName
{
color: #AA98B4;
}
</style>
background-color css
<style>
a { background-color: #AA98B4; }
a { background-color: rgb(170,152,180); }
div.DivClassName
{
background-color: #AA98B4;
}
.BgClassName
{
background-color: #AA98B4;
}
</style>
border-color css
<style>
span { border-color: #AA98B4; }
span { border-color: rgb(170,152,180); }
td.TdClassName
{
border-color: #AA98B4;
}
.TagClassName
{
border-color: #AA98B4;
}
</style>