Shades of East Side #A393B0
Tints of East Side #A393B0
RGB
CMYK
RGB Variations
Color information
#A393B0 (or 0xA393B0) is known color: East Side. HEX triplet: A3, 93 and B0. RGB value is (163,147,176). Sum of RGB (Red+Green+Blue) = 163+147+176=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 176 - color contains mainly: blue. Hex color #A393B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A393B0 is #5C6C4F. Grayscale: #9A9A9A. Windows color (decimal): -6057040 or 11572131. OLE color: 11572131.
HSL color Cylindrical-coordinate representation of color #A393B0: hue angle of 273.1º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A393B0 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 147 | 176 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.31 |
| HSL | 273.1º | 0.16% | 0.63% | - |
| HSV(B) | 273.1º | 0.16% | 0.69% | - |
| XYZ | 33.37 | 31.79 | 45.45 | - |
| YUV | 155.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 176 | 0.07 | 0.16 | 0 | 0.31 | 273.1 | 0.16 | 0.63 |
| Hex | A3 | 93 | B0 | 7 | 10 | 0 | 1F | 111 | 10 | 3F |
| Octal | 243 | 223 | 260 | 7 | 20 | 0 | 37 | 421 | 20 | 77 |
| Binary | 10100011 | 10010011 | 10110000 | 111 | 10000 | 0 | 11111 | 100010001 | 10000 | 111111 |
Color Harmonies of #A393B0
Complementary color
Monochromatic Colors of #A393B0
Black with #A393B0
Text Example
Text Example
White with #A393B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A393B0; }
p { color: rgb(163,147,176); }
H1.HeaderClassName
{
color: #A393B0;
}
.AnyTagClassName
{
color: #A393B0;
}
</style>
background-color css
<style>
a { background-color: #A393B0; }
a { background-color: rgb(163,147,176); }
div.DivClassName
{
background-color: #A393B0;
}
.BgClassName
{
background-color: #A393B0;
}
</style>
border-color css
<style>
span { border-color: #A393B0; }
span { border-color: rgb(163,147,176); }
td.TdClassName
{
border-color: #A393B0;
}
.TagClassName
{
border-color: #A393B0;
}
</style>