Shades of East Side #AA8FC4
Tints of East Side #AA8FC4
RGB
CMYK
RGB Variations
Color information
#AA8FC4 (or 0xAA8FC4) is known color: East Side. HEX triplet: AA, 8F and C4. RGB value is (170,143,196). Sum of RGB (Red+Green+Blue) = 170+143+196=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA8FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FC4 is #55703B. Grayscale: #9C9C9C. Windows color (decimal): -5599292 or 12881834. OLE color: 12881834.
HSL color Cylindrical-coordinate representation of color #AA8FC4: hue angle of 270.57º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA8FC4 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 143 | 196 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.23 |
| HSL | 270.57º | 0.31% | 0.66% | - |
| HSV(B) | 270.57º | 0.27% | 0.77% | - |
| XYZ | 36.36 | 32.18 | 56.52 | - |
| YUV | 157.12 | 149.95 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 196 | 0.13 | 0.27 | 0 | 0.23 | 270.57 | 0.31 | 0.66 |
| Hex | AA | 8F | C4 | D | 1B | 0 | 17 | 10F | 1F | 42 |
| Octal | 252 | 217 | 304 | 15 | 33 | 0 | 27 | 417 | 37 | 102 |
| Binary | 10101010 | 10001111 | 11000100 | 1101 | 11011 | 0 | 10111 | 100001111 | 11111 | 1000010 |
Color Harmonies of #AA8FC4
Complementary color
Monochromatic Colors of #AA8FC4
Black with #AA8FC4
Text Example
Text Example
White with #AA8FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FC4; }
p { color: rgb(170,143,196); }
H1.HeaderClassName
{
color: #AA8FC4;
}
.AnyTagClassName
{
color: #AA8FC4;
}
</style>
background-color css
<style>
a { background-color: #AA8FC4; }
a { background-color: rgb(170,143,196); }
div.DivClassName
{
background-color: #AA8FC4;
}
.BgClassName
{
background-color: #AA8FC4;
}
</style>
border-color css
<style>
span { border-color: #AA8FC4; }
span { border-color: rgb(170,143,196); }
td.TdClassName
{
border-color: #AA8FC4;
}
.TagClassName
{
border-color: #AA8FC4;
}
</style>