Shades of East Side #A38ABA
Tints of East Side #A38ABA
RGB
CMYK
RGB Variations
Color information
#A38ABA (or 0xA38ABA) is known color: East Side. HEX triplet: A3, 8A and BA. RGB value is (163,138,186). Sum of RGB (Red+Green+Blue) = 163+138+186=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #A38ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ABA is #5C7545. Grayscale: #969696. Windows color (decimal): -6059334 or 12225187. OLE color: 12225187.
HSL color Cylindrical-coordinate representation of color #A38ABA: hue angle of 271.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A38ABA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 138 | 186 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.27 |
| HSL | 271.25º | 0.26% | 0.64% | - |
| HSV(B) | 271.25º | 0.26% | 0.73% | - |
| XYZ | 33.06 | 29.51 | 50.41 | - |
| YUV | 150.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 186 | 0.12 | 0.26 | 0 | 0.27 | 271.25 | 0.26 | 0.64 |
| Hex | A3 | 8A | BA | C | 1A | 0 | 1B | 10F | 1A | 40 |
| Octal | 243 | 212 | 272 | 14 | 32 | 0 | 33 | 417 | 32 | 100 |
| Binary | 10100011 | 10001010 | 10111010 | 1100 | 11010 | 0 | 11011 | 100001111 | 11010 | 1000000 |
Color Harmonies of #A38ABA
Complementary color
Monochromatic Colors of #A38ABA
Black with #A38ABA
Text Example
Text Example
White with #A38ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38ABA; }
p { color: rgb(163,138,186); }
H1.HeaderClassName
{
color: #A38ABA;
}
.AnyTagClassName
{
color: #A38ABA;
}
</style>
background-color css
<style>
a { background-color: #A38ABA; }
a { background-color: rgb(163,138,186); }
div.DivClassName
{
background-color: #A38ABA;
}
.BgClassName
{
background-color: #A38ABA;
}
</style>
border-color css
<style>
span { border-color: #A38ABA; }
span { border-color: rgb(163,138,186); }
td.TdClassName
{
border-color: #A38ABA;
}
.TagClassName
{
border-color: #A38ABA;
}
</style>