Shades of East Side #A388BC
Tints of East Side #A388BC
RGB
CMYK
RGB Variations
Color information
#A388BC (or 0xA388BC) is known color: East Side. HEX triplet: A3, 88 and BC. RGB value is (163,136,188). Sum of RGB (Red+Green+Blue) = 163+136+188=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #A388BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388BC is #5C7743. Grayscale: #959595. Windows color (decimal): -6059844 or 12355747. OLE color: 12355747.
HSL color Cylindrical-coordinate representation of color #A388BC: hue angle of 271.15º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A388BC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 136 | 188 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.26 |
| HSL | 271.15º | 0.28% | 0.64% | - |
| HSV(B) | 271.15º | 0.28% | 0.74% | - |
| XYZ | 32.99 | 29.03 | 51.44 | - |
| YUV | 150 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 188 | 0.13 | 0.28 | 0 | 0.26 | 271.15 | 0.28 | 0.64 |
| Hex | A3 | 88 | BC | D | 1C | 0 | 1A | 10F | 1C | 40 |
| Octal | 243 | 210 | 274 | 15 | 34 | 0 | 32 | 417 | 34 | 100 |
| Binary | 10100011 | 10001000 | 10111100 | 1101 | 11100 | 0 | 11010 | 100001111 | 11100 | 1000000 |
Color Harmonies of #A388BC
Complementary color
Monochromatic Colors of #A388BC
Black with #A388BC
Text Example
Text Example
White with #A388BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A388BC; }
p { color: rgb(163,136,188); }
H1.HeaderClassName
{
color: #A388BC;
}
.AnyTagClassName
{
color: #A388BC;
}
</style>
background-color css
<style>
a { background-color: #A388BC; }
a { background-color: rgb(163,136,188); }
div.DivClassName
{
background-color: #A388BC;
}
.BgClassName
{
background-color: #A388BC;
}
</style>
border-color css
<style>
span { border-color: #A388BC; }
span { border-color: rgb(163,136,188); }
td.TdClassName
{
border-color: #A388BC;
}
.TagClassName
{
border-color: #A388BC;
}
</style>