Shades of East Side #AA7FC8
Tints of East Side #AA7FC8
RGB
CMYK
RGB Variations
Color information
#AA7FC8 (or 0xAA7FC8) is known color: East Side. HEX triplet: AA, 7F and C8. RGB value is (170,127,200). Sum of RGB (Red+Green+Blue) = 170+127+200=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA7FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FC8 is #558037. Grayscale: #939393. Windows color (decimal): -5603384 or 13139882. OLE color: 13139882.
HSL color Cylindrical-coordinate representation of color #AA7FC8: hue angle of 275.34º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA7FC8 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 127 | 200 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.22 |
| HSL | 275.34º | 0.4% | 0.64% | - |
| HSV(B) | 275.34º | 0.37% | 0.78% | - |
| XYZ | 34.59 | 27.89 | 58.2 | - |
| YUV | 148.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 200 | 0.15 | 0.36 | 0 | 0.22 | 275.34 | 0.4 | 0.64 |
| Hex | AA | 7F | C8 | F | 24 | 0 | 16 | 113 | 28 | 40 |
| Octal | 252 | 177 | 310 | 17 | 44 | 0 | 26 | 423 | 50 | 100 |
| Binary | 10101010 | 1111111 | 11001000 | 1111 | 100100 | 0 | 10110 | 100010011 | 101000 | 1000000 |
Color Harmonies of #AA7FC8
Complementary color
Monochromatic Colors of #AA7FC8
Black with #AA7FC8
Text Example
Text Example
White with #AA7FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FC8; }
p { color: rgb(170,127,200); }
H1.HeaderClassName
{
color: #AA7FC8;
}
.AnyTagClassName
{
color: #AA7FC8;
}
</style>
background-color css
<style>
a { background-color: #AA7FC8; }
a { background-color: rgb(170,127,200); }
div.DivClassName
{
background-color: #AA7FC8;
}
.BgClassName
{
background-color: #AA7FC8;
}
</style>
border-color css
<style>
span { border-color: #AA7FC8; }
span { border-color: rgb(170,127,200); }
td.TdClassName
{
border-color: #AA7FC8;
}
.TagClassName
{
border-color: #AA7FC8;
}
</style>