Shades of East Side #A388B4
Tints of East Side #A388B4
RGB
CMYK
RGB Variations
Color information
#A388B4 (or 0xA388B4) is known color: East Side. HEX triplet: A3, 88 and B4. RGB value is (163,136,180). Sum of RGB (Red+Green+Blue) = 163+136+180=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 180 - color contains mainly: blue. Hex color #A388B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388B4 is #5C774B. Grayscale: #949494. Windows color (decimal): -6059852 or 11831459. OLE color: 11831459.
HSL color Cylindrical-coordinate representation of color #A388B4: hue angle of 276.82º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A388B4 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 136 | 180 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.29 |
| HSL | 276.82º | 0.23% | 0.62% | - |
| HSV(B) | 276.82º | 0.24% | 0.71% | - |
| XYZ | 32.15 | 28.69 | 47.02 | - |
| YUV | 149.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 180 | 0.09 | 0.24 | 0 | 0.29 | 276.82 | 0.23 | 0.62 |
| Hex | A3 | 88 | B4 | 9 | 18 | 0 | 1D | 115 | 17 | 3E |
| Octal | 243 | 210 | 264 | 11 | 30 | 0 | 35 | 425 | 27 | 76 |
| Binary | 10100011 | 10001000 | 10110100 | 1001 | 11000 | 0 | 11101 | 100010101 | 10111 | 111110 |
Color Harmonies of #A388B4
Complementary color
Monochromatic Colors of #A388B4
Black with #A388B4
Text Example
Text Example
White with #A388B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A388B4; }
p { color: rgb(163,136,180); }
H1.HeaderClassName
{
color: #A388B4;
}
.AnyTagClassName
{
color: #A388B4;
}
</style>
background-color css
<style>
a { background-color: #A388B4; }
a { background-color: rgb(163,136,180); }
div.DivClassName
{
background-color: #A388B4;
}
.BgClassName
{
background-color: #A388B4;
}
</style>
border-color css
<style>
span { border-color: #A388B4; }
span { border-color: rgb(163,136,180); }
td.TdClassName
{
border-color: #A388B4;
}
.TagClassName
{
border-color: #A388B4;
}
</style>