Shades of East Side #AE8ACC
Tints of East Side #AE8ACC
RGB
CMYK
RGB Variations
Color information
#AE8ACC (or 0xAE8ACC) is known color: East Side. HEX triplet: AE, 8A and CC. RGB value is (174,138,204). Sum of RGB (Red+Green+Blue) = 174+138+204=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE8ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8ACC is #517533. Grayscale: #9C9C9C. Windows color (decimal): -5338420 or 13404846. OLE color: 13404846.
HSL color Cylindrical-coordinate representation of color #AE8ACC: hue angle of 272.73º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE8ACC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 138 | 204 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.2 |
| HSL | 272.73º | 0.39% | 0.67% | - |
| HSV(B) | 272.73º | 0.32% | 0.8% | - |
| XYZ | 37.44 | 31.54 | 61.24 | - |
| YUV | 156.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 204 | 0.15 | 0.32 | 0 | 0.2 | 272.73 | 0.39 | 0.67 |
| Hex | AE | 8A | CC | F | 20 | 0 | 14 | 111 | 27 | 43 |
| Octal | 256 | 212 | 314 | 17 | 40 | 0 | 24 | 421 | 47 | 103 |
| Binary | 10101110 | 10001010 | 11001100 | 1111 | 100000 | 0 | 10100 | 100010001 | 100111 | 1000011 |
Color Harmonies of #AE8ACC
Complementary color
Monochromatic Colors of #AE8ACC
Black with #AE8ACC
Text Example
Text Example
White with #AE8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8ACC; }
p { color: rgb(174,138,204); }
H1.HeaderClassName
{
color: #AE8ACC;
}
.AnyTagClassName
{
color: #AE8ACC;
}
</style>
background-color css
<style>
a { background-color: #AE8ACC; }
a { background-color: rgb(174,138,204); }
div.DivClassName
{
background-color: #AE8ACC;
}
.BgClassName
{
background-color: #AE8ACC;
}
</style>
border-color css
<style>
span { border-color: #AE8ACC; }
span { border-color: rgb(174,138,204); }
td.TdClassName
{
border-color: #AE8ACC;
}
.TagClassName
{
border-color: #AE8ACC;
}
</style>