Shades of East Side #AA75C6
Tints of East Side #AA75C6
RGB
CMYK
RGB Variations
Color information
#AA75C6 (or 0xAA75C6) is known color: East Side. HEX triplet: AA, 75 and C6. RGB value is (170,117,198). Sum of RGB (Red+Green+Blue) = 170+117+198=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA75C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA75C6 is #558A39. Grayscale: #8D8D8D. Windows color (decimal): -5605946 or 13006250. OLE color: 13006250.
HSL color Cylindrical-coordinate representation of color #AA75C6: hue angle of 279.26º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA75C6 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 117 | 198 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.22 |
| HSL | 279.26º | 0.42% | 0.62% | - |
| HSV(B) | 279.26º | 0.41% | 0.78% | - |
| XYZ | 33.13 | 25.35 | 56.57 | - |
| YUV | 142.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 198 | 0.14 | 0.41 | 0 | 0.22 | 279.26 | 0.42 | 0.62 |
| Hex | AA | 75 | C6 | E | 29 | 0 | 16 | 117 | 2A | 3E |
| Octal | 252 | 165 | 306 | 16 | 51 | 0 | 26 | 427 | 52 | 76 |
| Binary | 10101010 | 1110101 | 11000110 | 1110 | 101001 | 0 | 10110 | 100010111 | 101010 | 111110 |
Color Harmonies of #AA75C6
Complementary color
Monochromatic Colors of #AA75C6
Black with #AA75C6
Text Example
Text Example
White with #AA75C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA75C6; }
p { color: rgb(170,117,198); }
H1.HeaderClassName
{
color: #AA75C6;
}
.AnyTagClassName
{
color: #AA75C6;
}
</style>
background-color css
<style>
a { background-color: #AA75C6; }
a { background-color: rgb(170,117,198); }
div.DivClassName
{
background-color: #AA75C6;
}
.BgClassName
{
background-color: #AA75C6;
}
</style>
border-color css
<style>
span { border-color: #AA75C6; }
span { border-color: rgb(170,117,198); }
td.TdClassName
{
border-color: #AA75C6;
}
.TagClassName
{
border-color: #AA75C6;
}
</style>