Shades of East Side #AE99C1
Tints of East Side #AE99C1
RGB
CMYK
RGB Variations
Color information
#AE99C1 (or 0xAE99C1) is known color: East Side. HEX triplet: AE, 99 and C1. RGB value is (174,153,193). Sum of RGB (Red+Green+Blue) = 174+153+193=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE99C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99C1 is #51663E. Grayscale: #A3A3A3. Windows color (decimal): -5334591 or 12687790. OLE color: 12687790.
HSL color Cylindrical-coordinate representation of color #AE99C1: hue angle of 271.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE99C1 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 153 | 193 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.24 |
| HSL | 271.5º | 0.24% | 0.68% | - |
| HSV(B) | 271.5º | 0.21% | 0.76% | - |
| XYZ | 38.47 | 35.63 | 55.3 | - |
| YUV | 163.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 153 | 193 | 0.10 | 0.21 | 0 | 0.24 | 271.5 | 0.24 | 0.68 |
| Hex | AE | 99 | C1 | A | 15 | 0 | 18 | 110 | 18 | 44 |
| Octal | 256 | 231 | 301 | 12 | 25 | 0 | 30 | 420 | 30 | 104 |
| Binary | 10101110 | 10011001 | 11000001 | 1010 | 10101 | 0 | 11000 | 100010000 | 11000 | 1000100 |
Color Harmonies of #AE99C1
Complementary color
Monochromatic Colors of #AE99C1
Black with #AE99C1
Text Example
Text Example
White with #AE99C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE99C1; }
p { color: rgb(174,153,193); }
H1.HeaderClassName
{
color: #AE99C1;
}
.AnyTagClassName
{
color: #AE99C1;
}
</style>
background-color css
<style>
a { background-color: #AE99C1; }
a { background-color: rgb(174,153,193); }
div.DivClassName
{
background-color: #AE99C1;
}
.BgClassName
{
background-color: #AE99C1;
}
</style>
border-color css
<style>
span { border-color: #AE99C1; }
span { border-color: rgb(174,153,193); }
td.TdClassName
{
border-color: #AE99C1;
}
.TagClassName
{
border-color: #AE99C1;
}
</style>