Shades of East Side #A88CAF
Tints of East Side #A88CAF
RGB
CMYK
RGB Variations
Color information
#A88CAF (or 0xA88CAF) is known color: East Side. HEX triplet: A8, 8C and AF. RGB value is (168,140,175). Sum of RGB (Red+Green+Blue) = 168+140+175=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #A88CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88CAF is #577350. Grayscale: #989898. Windows color (decimal): -5731153 or 11504808. OLE color: 11504808.
HSL color Cylindrical-coordinate representation of color #A88CAF: hue angle of 288º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A88CAF is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 140 | 175 | - |
| CMYK | 0.04 | 0.2 | 0 | 0.31 |
| HSL | 288º | 0.18% | 0.62% | - |
| HSV(B) | 288º | 0.2% | 0.69% | - |
| XYZ | 33.26 | 30.18 | 44.63 | - |
| YUV | 152.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 175 | 0.04 | 0.2 | 0 | 0.31 | 288 | 0.18 | 0.62 |
| Hex | A8 | 8C | AF | 4 | 14 | 0 | 1F | 120 | 12 | 3E |
| Octal | 250 | 214 | 257 | 4 | 24 | 0 | 37 | 440 | 22 | 76 |
| Binary | 10101000 | 10001100 | 10101111 | 100 | 10100 | 0 | 11111 | 100100000 | 10010 | 111110 |
Color Harmonies of #A88CAF
Complementary color
Monochromatic Colors of #A88CAF
Black with #A88CAF
Text Example
Text Example
White with #A88CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88CAF; }
p { color: rgb(168,140,175); }
H1.HeaderClassName
{
color: #A88CAF;
}
.AnyTagClassName
{
color: #A88CAF;
}
</style>
background-color css
<style>
a { background-color: #A88CAF; }
a { background-color: rgb(168,140,175); }
div.DivClassName
{
background-color: #A88CAF;
}
.BgClassName
{
background-color: #A88CAF;
}
</style>
border-color css
<style>
span { border-color: #A88CAF; }
span { border-color: rgb(168,140,175); }
td.TdClassName
{
border-color: #A88CAF;
}
.TagClassName
{
border-color: #A88CAF;
}
</style>