Shades of East Side #AE86C8
Tints of East Side #AE86C8
RGB
CMYK
RGB Variations
Color information
#AE86C8 (or 0xAE86C8) is known color: East Side. HEX triplet: AE, 86 and C8. RGB value is (174,134,200). Sum of RGB (Red+Green+Blue) = 174+134+200=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE86C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE86C8 is #517937. Grayscale: #999999. Windows color (decimal): -5339448 or 13141678. OLE color: 13141678.
HSL color Cylindrical-coordinate representation of color #AE86C8: hue angle of 276.36º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE86C8 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 174 | 134 | 200 | - |
CMYK | 0.13 | 0.33 | 0 | 0.22 |
HSL | 276.36º | 0.38% | 0.65% | - |
HSV(B) | 276.36º | 0.33% | 0.78% | - |
XYZ | 36.41 | 30.22 | 58.56 | - |
YUV | 153.48 | 154.25 | 142.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 134 | 200 | 0.13 | 0.33 | 0 | 0.22 | 276.36 | 0.38 | 0.65 |
Hex | AE | 86 | C8 | D | 21 | 0 | 16 | 114 | 26 | 41 |
Octal | 256 | 206 | 310 | 15 | 41 | 0 | 26 | 424 | 46 | 101 |
Binary | 10101110 | 10000110 | 11001000 | 1101 | 100001 | 0 | 10110 | 100010100 | 100110 | 1000001 |
Color Harmonies of #AE86C8
Complementary color
Monochromatic Colors of #AE86C8
Black with #AE86C8
Text Example
Text Example
White with #AE86C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE86C8; }
p { color: rgb(174,134,200); }
H1.HeaderClassName
{
color: #AE86C8;
}
.AnyTagClassName
{
color: #AE86C8;
}
</style>
background-color css
<style>
a { background-color: #AE86C8; }
a { background-color: rgb(174,134,200); }
div.DivClassName
{
background-color: #AE86C8;
}
.BgClassName
{
background-color: #AE86C8;
}
</style>
border-color css
<style>
span { border-color: #AE86C8; }
span { border-color: rgb(174,134,200); }
td.TdClassName
{
border-color: #AE86C8;
}
.TagClassName
{
border-color: #AE86C8;
}
</style>