Shades of East Side #AE86CA
Tints of East Side #AE86CA
RGB
CMYK
RGB Variations
Color information
#AE86CA (or 0xAE86CA) is known color: East Side. HEX triplet: AE, 86 and CA. RGB value is (174,134,202). Sum of RGB (Red+Green+Blue) = 174+134+202=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE86CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE86CA is #517935. Grayscale: #999999. Windows color (decimal): -5339446 or 13272750. OLE color: 13272750.
HSL color Cylindrical-coordinate representation of color #AE86CA: hue angle of 275.29º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE86CA is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 134 | 202 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.21 |
| HSL | 275.29º | 0.39% | 0.66% | - |
| HSV(B) | 275.29º | 0.34% | 0.79% | - |
| XYZ | 36.64 | 30.31 | 59.8 | - |
| YUV | 153.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 202 | 0.14 | 0.34 | 0 | 0.21 | 275.29 | 0.39 | 0.66 |
| Hex | AE | 86 | CA | E | 22 | 0 | 15 | 113 | 27 | 42 |
| Octal | 256 | 206 | 312 | 16 | 42 | 0 | 25 | 423 | 47 | 102 |
| Binary | 10101110 | 10000110 | 11001010 | 1110 | 100010 | 0 | 10101 | 100010011 | 100111 | 1000010 |
Color Harmonies of #AE86CA
Complementary color
Monochromatic Colors of #AE86CA
Black with #AE86CA
Text Example
Text Example
White with #AE86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE86CA; }
p { color: rgb(174,134,202); }
H1.HeaderClassName
{
color: #AE86CA;
}
.AnyTagClassName
{
color: #AE86CA;
}
</style>
background-color css
<style>
a { background-color: #AE86CA; }
a { background-color: rgb(174,134,202); }
div.DivClassName
{
background-color: #AE86CA;
}
.BgClassName
{
background-color: #AE86CA;
}
</style>
border-color css
<style>
span { border-color: #AE86CA; }
span { border-color: rgb(174,134,202); }
td.TdClassName
{
border-color: #AE86CA;
}
.TagClassName
{
border-color: #AE86CA;
}
</style>