Shades of East Side #A88DC5
Tints of East Side #A88DC5
RGB
CMYK
RGB Variations
Color information
#A88DC5 (or 0xA88DC5) is known color: East Side. HEX triplet: A8, 8D and C5. RGB value is (168,141,197). Sum of RGB (Red+Green+Blue) = 168+141+197=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #A88DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DC5 is #57723A. Grayscale: #9B9B9B. Windows color (decimal): -5730875 or 12946856. OLE color: 12946856.
HSL color Cylindrical-coordinate representation of color #A88DC5: hue angle of 268.93º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A88DC5 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 141 | 197 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.23 |
| HSL | 268.93º | 0.33% | 0.66% | - |
| HSV(B) | 268.93º | 0.28% | 0.77% | - |
| XYZ | 35.75 | 31.41 | 57 | - |
| YUV | 155.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 197 | 0.15 | 0.28 | 0 | 0.23 | 268.93 | 0.33 | 0.66 |
| Hex | A8 | 8D | C5 | F | 1C | 0 | 17 | 10D | 21 | 42 |
| Octal | 250 | 215 | 305 | 17 | 34 | 0 | 27 | 415 | 41 | 102 |
| Binary | 10101000 | 10001101 | 11000101 | 1111 | 11100 | 0 | 10111 | 100001101 | 100001 | 1000010 |
Color Harmonies of #A88DC5
Complementary color
Monochromatic Colors of #A88DC5
Black with #A88DC5
Text Example
Text Example
White with #A88DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DC5; }
p { color: rgb(168,141,197); }
H1.HeaderClassName
{
color: #A88DC5;
}
.AnyTagClassName
{
color: #A88DC5;
}
</style>
background-color css
<style>
a { background-color: #A88DC5; }
a { background-color: rgb(168,141,197); }
div.DivClassName
{
background-color: #A88DC5;
}
.BgClassName
{
background-color: #A88DC5;
}
</style>
border-color css
<style>
span { border-color: #A88DC5; }
span { border-color: rgb(168,141,197); }
td.TdClassName
{
border-color: #A88DC5;
}
.TagClassName
{
border-color: #A88DC5;
}
</style>