Shades of East Side #A88FC3
Tints of East Side #A88FC3
RGB
CMYK
RGB Variations
Color information
#A88FC3 (or 0xA88FC3) is known color: East Side. HEX triplet: A8, 8F and C3. RGB value is (168,143,195). Sum of RGB (Red+Green+Blue) = 168+143+195=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 195 - color contains mainly: blue. Hex color #A88FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FC3 is #57703C. Grayscale: #9C9C9C. Windows color (decimal): -5730365 or 12816296. OLE color: 12816296.
HSL color Cylindrical-coordinate representation of color #A88FC3: hue angle of 268.85º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A88FC3 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 143 | 195 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.24 |
| HSL | 268.85º | 0.3% | 0.66% | - |
| HSV(B) | 268.85º | 0.27% | 0.76% | - |
| XYZ | 35.82 | 31.91 | 55.9 | - |
| YUV | 156.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 195 | 0.14 | 0.27 | 0 | 0.24 | 268.85 | 0.3 | 0.66 |
| Hex | A8 | 8F | C3 | E | 1B | 0 | 18 | 10D | 1E | 42 |
| Octal | 250 | 217 | 303 | 16 | 33 | 0 | 30 | 415 | 36 | 102 |
| Binary | 10101000 | 10001111 | 11000011 | 1110 | 11011 | 0 | 11000 | 100001101 | 11110 | 1000010 |
Color Harmonies of #A88FC3
Complementary color
Monochromatic Colors of #A88FC3
Black with #A88FC3
Text Example
Text Example
White with #A88FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FC3; }
p { color: rgb(168,143,195); }
H1.HeaderClassName
{
color: #A88FC3;
}
.AnyTagClassName
{
color: #A88FC3;
}
</style>
background-color css
<style>
a { background-color: #A88FC3; }
a { background-color: rgb(168,143,195); }
div.DivClassName
{
background-color: #A88FC3;
}
.BgClassName
{
background-color: #A88FC3;
}
</style>
border-color css
<style>
span { border-color: #A88FC3; }
span { border-color: rgb(168,143,195); }
td.TdClassName
{
border-color: #A88FC3;
}
.TagClassName
{
border-color: #A88FC3;
}
</style>