Shades of East Side #A38CB5
Tints of East Side #A38CB5
RGB
CMYK
RGB Variations
Color information
#A38CB5 (or 0xA38CB5) is known color: East Side. HEX triplet: A3, 8C and B5. RGB value is (163,140,181). Sum of RGB (Red+Green+Blue) = 163+140+181=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 181 - color contains mainly: blue. Hex color #A38CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CB5 is #5C734A. Grayscale: #979797. Windows color (decimal): -6058827 or 11898019. OLE color: 11898019.
HSL color Cylindrical-coordinate representation of color #A38CB5: hue angle of 273.66º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A38CB5 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 140 | 181 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.29 |
| HSL | 273.66º | 0.22% | 0.63% | - |
| HSV(B) | 273.66º | 0.23% | 0.71% | - |
| XYZ | 32.82 | 29.88 | 47.75 | - |
| YUV | 151.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 181 | 0.10 | 0.23 | 0 | 0.29 | 273.66 | 0.22 | 0.63 |
| Hex | A3 | 8C | B5 | A | 17 | 0 | 1D | 112 | 16 | 3F |
| Octal | 243 | 214 | 265 | 12 | 27 | 0 | 35 | 422 | 26 | 77 |
| Binary | 10100011 | 10001100 | 10110101 | 1010 | 10111 | 0 | 11101 | 100010010 | 10110 | 111111 |
Color Harmonies of #A38CB5
Complementary color
Monochromatic Colors of #A38CB5
Black with #A38CB5
Text Example
Text Example
White with #A38CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38CB5; }
p { color: rgb(163,140,181); }
H1.HeaderClassName
{
color: #A38CB5;
}
.AnyTagClassName
{
color: #A38CB5;
}
</style>
background-color css
<style>
a { background-color: #A38CB5; }
a { background-color: rgb(163,140,181); }
div.DivClassName
{
background-color: #A38CB5;
}
.BgClassName
{
background-color: #A38CB5;
}
</style>
border-color css
<style>
span { border-color: #A38CB5; }
span { border-color: rgb(163,140,181); }
td.TdClassName
{
border-color: #A38CB5;
}
.TagClassName
{
border-color: #A38CB5;
}
</style>