Shades of East Side #A188AF
Tints of East Side #A188AF
RGB
CMYK
RGB Variations
Color information
#A188AF (or 0xA188AF) is known color: East Side. HEX triplet: A1, 88 and AF. RGB value is (161,136,175). Sum of RGB (Red+Green+Blue) = 161+136+175=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #A188AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A188AF is #5E7750. Grayscale: #939393. Windows color (decimal): -6190929 or 11503777. OLE color: 11503777.
HSL color Cylindrical-coordinate representation of color #A188AF: hue angle of 278.46º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A188AF is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 136 | 175 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.31 |
| HSL | 278.46º | 0.2% | 0.61% | - |
| HSV(B) | 278.46º | 0.22% | 0.69% | - |
| XYZ | 31.24 | 28.28 | 44.37 | - |
| YUV | 147.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 175 | 0.08 | 0.22 | 0 | 0.31 | 278.46 | 0.2 | 0.61 |
| Hex | A1 | 88 | AF | 8 | 16 | 0 | 1F | 116 | 14 | 3D |
| Octal | 241 | 210 | 257 | 10 | 26 | 0 | 37 | 426 | 24 | 75 |
| Binary | 10100001 | 10001000 | 10101111 | 1000 | 10110 | 0 | 11111 | 100010110 | 10100 | 111101 |
Color Harmonies of #A188AF
Complementary color
Monochromatic Colors of #A188AF
Black with #A188AF
Text Example
Text Example
White with #A188AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188AF; }
p { color: rgb(161,136,175); }
H1.HeaderClassName
{
color: #A188AF;
}
.AnyTagClassName
{
color: #A188AF;
}
</style>
background-color css
<style>
a { background-color: #A188AF; }
a { background-color: rgb(161,136,175); }
div.DivClassName
{
background-color: #A188AF;
}
.BgClassName
{
background-color: #A188AF;
}
</style>
border-color css
<style>
span { border-color: #A188AF; }
span { border-color: rgb(161,136,175); }
td.TdClassName
{
border-color: #A188AF;
}
.TagClassName
{
border-color: #A188AF;
}
</style>