Shades of East Side #AA7FCB
Tints of East Side #AA7FCB
RGB
CMYK
RGB Variations
Color information
#AA7FCB (or 0xAA7FCB) is known color: East Side. HEX triplet: AA, 7F and CB. RGB value is (170,127,203). Sum of RGB (Red+Green+Blue) = 170+127+203=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA7FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FCB is #558034. Grayscale: #949494. Windows color (decimal): -5603381 or 13336490. OLE color: 13336490.
HSL color Cylindrical-coordinate representation of color #AA7FCB: hue angle of 273.95º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA7FCB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 127 | 203 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.20 |
| HSL | 273.95º | 0.42% | 0.65% | - |
| HSV(B) | 273.95º | 0.37% | 0.8% | - |
| XYZ | 34.95 | 28.04 | 60.07 | - |
| YUV | 148.52 | 158.75 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 203 | 0.16 | 0.37 | 0 | 0.20 | 273.95 | 0.42 | 0.65 |
| Hex | AA | 7F | CB | 10 | 25 | 0 | 14 | 112 | 2A | 41 |
| Octal | 252 | 177 | 313 | 20 | 45 | 0 | 24 | 422 | 52 | 101 |
| Binary | 10101010 | 1111111 | 11001011 | 10000 | 100101 | 0 | 10100 | 100010010 | 101010 | 1000001 |
Color Harmonies of #AA7FCB
Complementary color
Monochromatic Colors of #AA7FCB
Black with #AA7FCB
Text Example
Text Example
White with #AA7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FCB; }
p { color: rgb(170,127,203); }
H1.HeaderClassName
{
color: #AA7FCB;
}
.AnyTagClassName
{
color: #AA7FCB;
}
</style>
background-color css
<style>
a { background-color: #AA7FCB; }
a { background-color: rgb(170,127,203); }
div.DivClassName
{
background-color: #AA7FCB;
}
.BgClassName
{
background-color: #AA7FCB;
}
</style>
border-color css
<style>
span { border-color: #AA7FCB; }
span { border-color: rgb(170,127,203); }
td.TdClassName
{
border-color: #AA7FCB;
}
.TagClassName
{
border-color: #AA7FCB;
}
</style>