Shades of East Side #AE7ACB
Tints of East Side #AE7ACB
RGB
CMYK
RGB Variations
Color information
#AE7ACB (or 0xAE7ACB) is known color: East Side. HEX triplet: AE, 7A and CB. RGB value is (174,122,203). Sum of RGB (Red+Green+Blue) = 174+122+203=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE7ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7ACB is #518534. Grayscale: #929292. Windows color (decimal): -5342517 or 13335214. OLE color: 13335214.
HSL color Cylindrical-coordinate representation of color #AE7ACB: hue angle of 278.52º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE7ACB is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 122 | 203 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.20 |
| HSL | 278.52º | 0.44% | 0.64% | - |
| HSV(B) | 278.52º | 0.4% | 0.8% | - |
| XYZ | 35.19 | 27.23 | 59.9 | - |
| YUV | 146.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 203 | 0.14 | 0.40 | 0 | 0.20 | 278.52 | 0.44 | 0.64 |
| Hex | AE | 7A | CB | E | 28 | 0 | 14 | 117 | 2C | 40 |
| Octal | 256 | 172 | 313 | 16 | 50 | 0 | 24 | 427 | 54 | 100 |
| Binary | 10101110 | 1111010 | 11001011 | 1110 | 101000 | 0 | 10100 | 100010111 | 101100 | 1000000 |
Color Harmonies of #AE7ACB
Complementary color
Monochromatic Colors of #AE7ACB
Black with #AE7ACB
Text Example
Text Example
White with #AE7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7ACB; }
p { color: rgb(174,122,203); }
H1.HeaderClassName
{
color: #AE7ACB;
}
.AnyTagClassName
{
color: #AE7ACB;
}
</style>
background-color css
<style>
a { background-color: #AE7ACB; }
a { background-color: rgb(174,122,203); }
div.DivClassName
{
background-color: #AE7ACB;
}
.BgClassName
{
background-color: #AE7ACB;
}
</style>
border-color css
<style>
span { border-color: #AE7ACB; }
span { border-color: rgb(174,122,203); }
td.TdClassName
{
border-color: #AE7ACB;
}
.TagClassName
{
border-color: #AE7ACB;
}
</style>