Shades of East Side #A38AB5
Tints of East Side #A38AB5
RGB
CMYK
RGB Variations
Color information
#A38AB5 (or 0xA38AB5) is known color: East Side. HEX triplet: A3, 8A and B5. RGB value is (163,138,181). Sum of RGB (Red+Green+Blue) = 163+138+181=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 181 - color contains mainly: blue. Hex color #A38AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38AB5 is #5C754A. Grayscale: #969696. Windows color (decimal): -6059339 or 11897507. OLE color: 11897507.
HSL color Cylindrical-coordinate representation of color #A38AB5: hue angle of 274.88º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A38AB5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 138 | 181 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.29 |
| HSL | 274.88º | 0.23% | 0.63% | - |
| HSV(B) | 274.88º | 0.24% | 0.71% | - |
| XYZ | 32.53 | 29.3 | 47.66 | - |
| YUV | 150.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 181 | 0.10 | 0.24 | 0 | 0.29 | 274.88 | 0.23 | 0.63 |
| Hex | A3 | 8A | B5 | A | 18 | 0 | 1D | 113 | 17 | 3F |
| Octal | 243 | 212 | 265 | 12 | 30 | 0 | 35 | 423 | 27 | 77 |
| Binary | 10100011 | 10001010 | 10110101 | 1010 | 11000 | 0 | 11101 | 100010011 | 10111 | 111111 |
Color Harmonies of #A38AB5
Complementary color
Monochromatic Colors of #A38AB5
Black with #A38AB5
Text Example
Text Example
White with #A38AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38AB5; }
p { color: rgb(163,138,181); }
H1.HeaderClassName
{
color: #A38AB5;
}
.AnyTagClassName
{
color: #A38AB5;
}
</style>
background-color css
<style>
a { background-color: #A38AB5; }
a { background-color: rgb(163,138,181); }
div.DivClassName
{
background-color: #A38AB5;
}
.BgClassName
{
background-color: #A38AB5;
}
</style>
border-color css
<style>
span { border-color: #A38AB5; }
span { border-color: rgb(163,138,181); }
td.TdClassName
{
border-color: #A38AB5;
}
.TagClassName
{
border-color: #A38AB5;
}
</style>