Shades of East Side #AA7ACF
Tints of East Side #AA7ACF
RGB
CMYK
RGB Variations
Color information
#AA7ACF (or 0xAA7ACF) is known color: East Side. HEX triplet: AA, 7A and CF. RGB value is (170,122,207). Sum of RGB (Red+Green+Blue) = 170+122+207=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA7ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ACF is #558530. Grayscale: #919191. Windows color (decimal): -5604657 or 13597354. OLE color: 13597354.
HSL color Cylindrical-coordinate representation of color #AA7ACF: hue angle of 273.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA7ACF is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 122 | 207 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.19 |
| HSL | 273.88º | 0.47% | 0.65% | - |
| HSV(B) | 273.88º | 0.41% | 0.81% | - |
| XYZ | 34.8 | 26.97 | 62.4 | - |
| YUV | 146.04 | 162.4 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 207 | 0.18 | 0.41 | 0 | 0.19 | 273.88 | 0.47 | 0.65 |
| Hex | AA | 7A | CF | 12 | 29 | 0 | 13 | 112 | 2F | 41 |
| Octal | 252 | 172 | 317 | 22 | 51 | 0 | 23 | 422 | 57 | 101 |
| Binary | 10101010 | 1111010 | 11001111 | 10010 | 101001 | 0 | 10011 | 100010010 | 101111 | 1000001 |
Color Harmonies of #AA7ACF
Complementary color
Monochromatic Colors of #AA7ACF
Black with #AA7ACF
Text Example
Text Example
White with #AA7ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7ACF; }
p { color: rgb(170,122,207); }
H1.HeaderClassName
{
color: #AA7ACF;
}
.AnyTagClassName
{
color: #AA7ACF;
}
</style>
background-color css
<style>
a { background-color: #AA7ACF; }
a { background-color: rgb(170,122,207); }
div.DivClassName
{
background-color: #AA7ACF;
}
.BgClassName
{
background-color: #AA7ACF;
}
</style>
border-color css
<style>
span { border-color: #AA7ACF; }
span { border-color: rgb(170,122,207); }
td.TdClassName
{
border-color: #AA7ACF;
}
.TagClassName
{
border-color: #AA7ACF;
}
</style>