Shades of East Side #A38ABC
Tints of East Side #A38ABC
RGB
CMYK
RGB Variations
Color information
#A38ABC (or 0xA38ABC) is known color: East Side. HEX triplet: A3, 8A and BC. RGB value is (163,138,188). Sum of RGB (Red+Green+Blue) = 163+138+188=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #A38ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ABC is #5C7543. Grayscale: #979797. Windows color (decimal): -6059332 or 12356259. OLE color: 12356259.
HSL color Cylindrical-coordinate representation of color #A38ABC: hue angle of 270º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A38ABC is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 138 | 188 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.26 |
| HSL | 270º | 0.27% | 0.64% | - |
| HSV(B) | 270º | 0.27% | 0.74% | - |
| XYZ | 33.27 | 29.59 | 51.54 | - |
| YUV | 151.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 188 | 0.13 | 0.27 | 0 | 0.26 | 270 | 0.27 | 0.64 |
| Hex | A3 | 8A | BC | D | 1B | 0 | 1A | 10E | 1B | 40 |
| Octal | 243 | 212 | 274 | 15 | 33 | 0 | 32 | 416 | 33 | 100 |
| Binary | 10100011 | 10001010 | 10111100 | 1101 | 11011 | 0 | 11010 | 100001110 | 11011 | 1000000 |
Color Harmonies of #A38ABC
Complementary color
Monochromatic Colors of #A38ABC
Black with #A38ABC
Text Example
Text Example
White with #A38ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38ABC; }
p { color: rgb(163,138,188); }
H1.HeaderClassName
{
color: #A38ABC;
}
.AnyTagClassName
{
color: #A38ABC;
}
</style>
background-color css
<style>
a { background-color: #A38ABC; }
a { background-color: rgb(163,138,188); }
div.DivClassName
{
background-color: #A38ABC;
}
.BgClassName
{
background-color: #A38ABC;
}
</style>
border-color css
<style>
span { border-color: #A38ABC; }
span { border-color: rgb(163,138,188); }
td.TdClassName
{
border-color: #A38ABC;
}
.TagClassName
{
border-color: #A38ABC;
}
</style>