Shades of East Side #AA83B2
Tints of East Side #AA83B2
RGB
CMYK
RGB Variations
Color information
#AA83B2 (or 0xAA83B2) is known color: East Side. HEX triplet: AA, 83 and B2. RGB value is (170,131,178). Sum of RGB (Red+Green+Blue) = 170+131+178=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA83B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA83B2 is #557C4D. Grayscale: #939393. Windows color (decimal): -5602382 or 11699114. OLE color: 11699114.
HSL color Cylindrical-coordinate representation of color #AA83B2: hue angle of 289.79º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA83B2 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 131 | 178 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.30 |
| HSL | 289.79º | 0.23% | 0.61% | - |
| HSV(B) | 289.79º | 0.26% | 0.7% | - |
| XYZ | 32.73 | 27.99 | 45.8 | - |
| YUV | 148.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 178 | 0.04 | 0.26 | 0 | 0.30 | 289.79 | 0.23 | 0.61 |
| Hex | AA | 83 | B2 | 4 | 1A | 0 | 1E | 122 | 17 | 3D |
| Octal | 252 | 203 | 262 | 4 | 32 | 0 | 36 | 442 | 27 | 75 |
| Binary | 10101010 | 10000011 | 10110010 | 100 | 11010 | 0 | 11110 | 100100010 | 10111 | 111101 |
Color Harmonies of #AA83B2
Complementary color
Monochromatic Colors of #AA83B2
Black with #AA83B2
Text Example
Text Example
White with #AA83B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83B2; }
p { color: rgb(170,131,178); }
H1.HeaderClassName
{
color: #AA83B2;
}
.AnyTagClassName
{
color: #AA83B2;
}
</style>
background-color css
<style>
a { background-color: #AA83B2; }
a { background-color: rgb(170,131,178); }
div.DivClassName
{
background-color: #AA83B2;
}
.BgClassName
{
background-color: #AA83B2;
}
</style>
border-color css
<style>
span { border-color: #AA83B2; }
span { border-color: rgb(170,131,178); }
td.TdClassName
{
border-color: #AA83B2;
}
.TagClassName
{
border-color: #AA83B2;
}
</style>