Shades of East Side #A093AC
Tints of East Side #A093AC
RGB
CMYK
RGB Variations
Color information
#A093AC (or 0xA093AC) is known color: East Side. HEX triplet: A0, 93 and AC. RGB value is (160,147,172). Sum of RGB (Red+Green+Blue) = 160+147+172=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #A093AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A093AC is #5F6C53. Grayscale: #999999. Windows color (decimal): -6253652 or 11309984. OLE color: 11309984.
HSL color Cylindrical-coordinate representation of color #A093AC: hue angle of 271.2º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A093AC is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 147 | 172 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.33 |
| HSL | 271.2º | 0.13% | 0.63% | - |
| HSV(B) | 271.2º | 0.15% | 0.67% | - |
| XYZ | 32.38 | 31.32 | 43.37 | - |
| YUV | 153.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 172 | 0.07 | 0.15 | 0 | 0.33 | 271.2 | 0.13 | 0.63 |
| Hex | A0 | 93 | AC | 7 | F | 0 | 21 | 10F | D | 3F |
| Octal | 240 | 223 | 254 | 7 | 17 | 0 | 41 | 417 | 15 | 77 |
| Binary | 10100000 | 10010011 | 10101100 | 111 | 1111 | 0 | 100001 | 100001111 | 1101 | 111111 |
Color Harmonies of #A093AC
Complementary color
Monochromatic Colors of #A093AC
Black with #A093AC
Text Example
Text Example
White with #A093AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A093AC; }
p { color: rgb(160,147,172); }
H1.HeaderClassName
{
color: #A093AC;
}
.AnyTagClassName
{
color: #A093AC;
}
</style>
background-color css
<style>
a { background-color: #A093AC; }
a { background-color: rgb(160,147,172); }
div.DivClassName
{
background-color: #A093AC;
}
.BgClassName
{
background-color: #A093AC;
}
</style>
border-color css
<style>
span { border-color: #A093AC; }
span { border-color: rgb(160,147,172); }
td.TdClassName
{
border-color: #A093AC;
}
.TagClassName
{
border-color: #A093AC;
}
</style>