Shades of East Side #AA7FB8
Tints of East Side #AA7FB8
RGB
CMYK
RGB Variations
Color information
#AA7FB8 (or 0xAA7FB8) is known color: East Side. HEX triplet: AA, 7F and B8. RGB value is (170,127,184). Sum of RGB (Red+Green+Blue) = 170+127+184=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA7FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FB8 is #558047. Grayscale: #929292. Windows color (decimal): -5603400 or 12091306. OLE color: 12091306.
HSL color Cylindrical-coordinate representation of color #AA7FB8: hue angle of 285.26º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7FB8 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 127 | 184 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.28 |
| HSL | 285.26º | 0.29% | 0.61% | - |
| HSV(B) | 285.26º | 0.31% | 0.72% | - |
| XYZ | 32.82 | 27.19 | 48.86 | - |
| YUV | 146.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 184 | 0.08 | 0.31 | 0 | 0.28 | 285.26 | 0.29 | 0.61 |
| Hex | AA | 7F | B8 | 8 | 1F | 0 | 1C | 11D | 1D | 3D |
| Octal | 252 | 177 | 270 | 10 | 37 | 0 | 34 | 435 | 35 | 75 |
| Binary | 10101010 | 1111111 | 10111000 | 1000 | 11111 | 0 | 11100 | 100011101 | 11101 | 111101 |
Color Harmonies of #AA7FB8
Complementary color
Monochromatic Colors of #AA7FB8
Black with #AA7FB8
Text Example
Text Example
White with #AA7FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FB8; }
p { color: rgb(170,127,184); }
H1.HeaderClassName
{
color: #AA7FB8;
}
.AnyTagClassName
{
color: #AA7FB8;
}
</style>
background-color css
<style>
a { background-color: #AA7FB8; }
a { background-color: rgb(170,127,184); }
div.DivClassName
{
background-color: #AA7FB8;
}
.BgClassName
{
background-color: #AA7FB8;
}
</style>
border-color css
<style>
span { border-color: #AA7FB8; }
span { border-color: rgb(170,127,184); }
td.TdClassName
{
border-color: #AA7FB8;
}
.TagClassName
{
border-color: #AA7FB8;
}
</style>