Shades of East Side #AA7BC3
Tints of East Side #AA7BC3
RGB
CMYK
RGB Variations
Color information
#AA7BC3 (or 0xAA7BC3) is known color: East Side. HEX triplet: AA, 7B and C3. RGB value is (170,123,195). Sum of RGB (Red+Green+Blue) = 170+123+195=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA7BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BC3 is #55843C. Grayscale: #919191. Windows color (decimal): -5604413 or 12811178. OLE color: 12811178.
HSL color Cylindrical-coordinate representation of color #AA7BC3: hue angle of 279.17º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA7BC3 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 123 | 195 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.24 |
| HSL | 279.17º | 0.38% | 0.62% | - |
| HSV(B) | 279.17º | 0.37% | 0.76% | - |
| XYZ | 33.51 | 26.65 | 55.01 | - |
| YUV | 145.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 195 | 0.13 | 0.37 | 0 | 0.24 | 279.17 | 0.38 | 0.62 |
| Hex | AA | 7B | C3 | D | 25 | 0 | 18 | 117 | 26 | 3E |
| Octal | 252 | 173 | 303 | 15 | 45 | 0 | 30 | 427 | 46 | 76 |
| Binary | 10101010 | 1111011 | 11000011 | 1101 | 100101 | 0 | 11000 | 100010111 | 100110 | 111110 |
Color Harmonies of #AA7BC3
Complementary color
Monochromatic Colors of #AA7BC3
Black with #AA7BC3
Text Example
Text Example
White with #AA7BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BC3; }
p { color: rgb(170,123,195); }
H1.HeaderClassName
{
color: #AA7BC3;
}
.AnyTagClassName
{
color: #AA7BC3;
}
</style>
background-color css
<style>
a { background-color: #AA7BC3; }
a { background-color: rgb(170,123,195); }
div.DivClassName
{
background-color: #AA7BC3;
}
.BgClassName
{
background-color: #AA7BC3;
}
</style>
border-color css
<style>
span { border-color: #AA7BC3; }
span { border-color: rgb(170,123,195); }
td.TdClassName
{
border-color: #AA7BC3;
}
.TagClassName
{
border-color: #AA7BC3;
}
</style>