Shades of East Side #A88FB6
Tints of East Side #A88FB6
RGB
CMYK
RGB Variations
Color information
#A88FB6 (or 0xA88FB6) is known color: East Side. HEX triplet: A8, 8F and B6. RGB value is (168,143,182). Sum of RGB (Red+Green+Blue) = 168+143+182=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 182 - color contains mainly: blue. Hex color #A88FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FB6 is #577049. Grayscale: #9A9A9A. Windows color (decimal): -5730378 or 11964328. OLE color: 11964328.
HSL color Cylindrical-coordinate representation of color #A88FB6: hue angle of 278.46º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A88FB6 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 143 | 182 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.29 |
| HSL | 278.46º | 0.21% | 0.64% | - |
| HSV(B) | 278.46º | 0.21% | 0.71% | - |
| XYZ | 34.41 | 31.35 | 48.49 | - |
| YUV | 154.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 182 | 0.08 | 0.21 | 0 | 0.29 | 278.46 | 0.21 | 0.64 |
| Hex | A8 | 8F | B6 | 8 | 15 | 0 | 1D | 116 | 15 | 40 |
| Octal | 250 | 217 | 266 | 10 | 25 | 0 | 35 | 426 | 25 | 100 |
| Binary | 10101000 | 10001111 | 10110110 | 1000 | 10101 | 0 | 11101 | 100010110 | 10101 | 1000000 |
Color Harmonies of #A88FB6
Complementary color
Monochromatic Colors of #A88FB6
Black with #A88FB6
Text Example
Text Example
White with #A88FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FB6; }
p { color: rgb(168,143,182); }
H1.HeaderClassName
{
color: #A88FB6;
}
.AnyTagClassName
{
color: #A88FB6;
}
</style>
background-color css
<style>
a { background-color: #A88FB6; }
a { background-color: rgb(168,143,182); }
div.DivClassName
{
background-color: #A88FB6;
}
.BgClassName
{
background-color: #A88FB6;
}
</style>
border-color css
<style>
span { border-color: #A88FB6; }
span { border-color: rgb(168,143,182); }
td.TdClassName
{
border-color: #A88FB6;
}
.TagClassName
{
border-color: #A88FB6;
}
</style>