Shades of East Side #AE9FBE
Tints of East Side #AE9FBE
RGB
CMYK
RGB Variations
Color information
#AE9FBE (or 0xAE9FBE) is known color: East Side. HEX triplet: AE, 9F and BE. RGB value is (174,159,190). Sum of RGB (Red+Green+Blue) = 174+159+190=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE9FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9FBE is #516041. Grayscale: #A6A6A6. Windows color (decimal): -5333058 or 12492718. OLE color: 12492718.
HSL color Cylindrical-coordinate representation of color #AE9FBE: hue angle of 269.03º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AE9FBE is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 174 | 159 | 190 | - |
CMYK | 0.08 | 0.16 | 0 | 0.25 |
HSL | 269.03º | 0.19% | 0.68% | - |
HSV(B) | 269.03º | 0.16% | 0.75% | - |
XYZ | 39.15 | 37.51 | 53.89 | - |
YUV | 167.02 | 140.97 | 132.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 159 | 190 | 0.08 | 0.16 | 0 | 0.25 | 269.03 | 0.19 | 0.68 |
Hex | AE | 9F | BE | 8 | 10 | 0 | 19 | 10D | 13 | 44 |
Octal | 256 | 237 | 276 | 10 | 20 | 0 | 31 | 415 | 23 | 104 |
Binary | 10101110 | 10011111 | 10111110 | 1000 | 10000 | 0 | 11001 | 100001101 | 10011 | 1000100 |
Color Harmonies of #AE9FBE
Complementary color
Monochromatic Colors of #AE9FBE
Black with #AE9FBE
Text Example
Text Example
White with #AE9FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9FBE; }
p { color: rgb(174,159,190); }
H1.HeaderClassName
{
color: #AE9FBE;
}
.AnyTagClassName
{
color: #AE9FBE;
}
</style>
background-color css
<style>
a { background-color: #AE9FBE; }
a { background-color: rgb(174,159,190); }
div.DivClassName
{
background-color: #AE9FBE;
}
.BgClassName
{
background-color: #AE9FBE;
}
</style>
border-color css
<style>
span { border-color: #AE9FBE; }
span { border-color: rgb(174,159,190); }
td.TdClassName
{
border-color: #AE9FBE;
}
.TagClassName
{
border-color: #AE9FBE;
}
</style>