Shades of East Side #A993B9
Tints of East Side #A993B9
RGB
CMYK
RGB Variations
Color information
#A993B9 (or 0xA993B9) is known color: East Side. HEX triplet: A9, 93 and B9. RGB value is (169,147,185). Sum of RGB (Red+Green+Blue) = 169+147+185=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 185 - color contains mainly: blue. Hex color #A993B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993B9 is #566C46. Grayscale: #9D9D9D. Windows color (decimal): -5663815 or 12161961. OLE color: 12161961.
HSL color Cylindrical-coordinate representation of color #A993B9: hue angle of 274.74º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A993B9 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 147 | 185 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.27 |
| HSL | 274.74º | 0.21% | 0.65% | - |
| HSV(B) | 274.74º | 0.21% | 0.73% | - |
| XYZ | 35.55 | 32.81 | 50.36 | - |
| YUV | 157.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 185 | 0.09 | 0.21 | 0 | 0.27 | 274.74 | 0.21 | 0.65 |
| Hex | A9 | 93 | B9 | 9 | 15 | 0 | 1B | 113 | 15 | 41 |
| Octal | 251 | 223 | 271 | 11 | 25 | 0 | 33 | 423 | 25 | 101 |
| Binary | 10101001 | 10010011 | 10111001 | 1001 | 10101 | 0 | 11011 | 100010011 | 10101 | 1000001 |
Color Harmonies of #A993B9
Complementary color
Monochromatic Colors of #A993B9
Black with #A993B9
Text Example
Text Example
White with #A993B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A993B9; }
p { color: rgb(169,147,185); }
H1.HeaderClassName
{
color: #A993B9;
}
.AnyTagClassName
{
color: #A993B9;
}
</style>
background-color css
<style>
a { background-color: #A993B9; }
a { background-color: rgb(169,147,185); }
div.DivClassName
{
background-color: #A993B9;
}
.BgClassName
{
background-color: #A993B9;
}
</style>
border-color css
<style>
span { border-color: #A993B9; }
span { border-color: rgb(169,147,185); }
td.TdClassName
{
border-color: #A993B9;
}
.TagClassName
{
border-color: #A993B9;
}
</style>