Shades of East Side #AA7BCB
Tints of East Side #AA7BCB
RGB
CMYK
RGB Variations
Color information
#AA7BCB (or 0xAA7BCB) is known color: East Side. HEX triplet: AA, 7B and CB. RGB value is (170,123,203). Sum of RGB (Red+Green+Blue) = 170+123+203=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA7BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BCB is #558434. Grayscale: #919191. Windows color (decimal): -5604405 or 13335466. OLE color: 13335466.
HSL color Cylindrical-coordinate representation of color #AA7BCB: hue angle of 275.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA7BCB is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 123 | 203 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.20 |
| HSL | 275.25º | 0.43% | 0.64% | - |
| HSV(B) | 275.25º | 0.39% | 0.8% | - |
| XYZ | 34.44 | 27.02 | 59.9 | - |
| YUV | 146.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 203 | 0.16 | 0.39 | 0 | 0.20 | 275.25 | 0.43 | 0.64 |
| Hex | AA | 7B | CB | 10 | 27 | 0 | 14 | 113 | 2B | 40 |
| Octal | 252 | 173 | 313 | 20 | 47 | 0 | 24 | 423 | 53 | 100 |
| Binary | 10101010 | 1111011 | 11001011 | 10000 | 100111 | 0 | 10100 | 100010011 | 101011 | 1000000 |
Color Harmonies of #AA7BCB
Complementary color
Monochromatic Colors of #AA7BCB
Black with #AA7BCB
Text Example
Text Example
White with #AA7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BCB; }
p { color: rgb(170,123,203); }
H1.HeaderClassName
{
color: #AA7BCB;
}
.AnyTagClassName
{
color: #AA7BCB;
}
</style>
background-color css
<style>
a { background-color: #AA7BCB; }
a { background-color: rgb(170,123,203); }
div.DivClassName
{
background-color: #AA7BCB;
}
.BgClassName
{
background-color: #AA7BCB;
}
</style>
border-color css
<style>
span { border-color: #AA7BCB; }
span { border-color: rgb(170,123,203); }
td.TdClassName
{
border-color: #AA7BCB;
}
.TagClassName
{
border-color: #AA7BCB;
}
</style>