Shades of East Side #A993B7
Tints of East Side #A993B7
RGB
CMYK
RGB Variations
Color information
#A993B7 (or 0xA993B7) is known color: East Side. HEX triplet: A9, 93 and B7. RGB value is (169,147,183). Sum of RGB (Red+Green+Blue) = 169+147+183=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 183 - color contains mainly: blue. Hex color #A993B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993B7 is #566C48. Grayscale: #9D9D9D. Windows color (decimal): -5663817 or 12030889. OLE color: 12030889.
HSL color Cylindrical-coordinate representation of color #A993B7: hue angle of 276.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A993B7 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 147 | 183 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.28 |
| HSL | 276.67º | 0.2% | 0.65% | - |
| HSV(B) | 276.67º | 0.2% | 0.72% | - |
| XYZ | 35.34 | 32.72 | 49.25 | - |
| YUV | 157.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 183 | 0.08 | 0.20 | 0 | 0.28 | 276.67 | 0.2 | 0.65 |
| Hex | A9 | 93 | B7 | 8 | 14 | 0 | 1C | 115 | 14 | 41 |
| Octal | 251 | 223 | 267 | 10 | 24 | 0 | 34 | 425 | 24 | 101 |
| Binary | 10101001 | 10010011 | 10110111 | 1000 | 10100 | 0 | 11100 | 100010101 | 10100 | 1000001 |
Color Harmonies of #A993B7
Complementary color
Monochromatic Colors of #A993B7
Black with #A993B7
Text Example
Text Example
White with #A993B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A993B7; }
p { color: rgb(169,147,183); }
H1.HeaderClassName
{
color: #A993B7;
}
.AnyTagClassName
{
color: #A993B7;
}
</style>
background-color css
<style>
a { background-color: #A993B7; }
a { background-color: rgb(169,147,183); }
div.DivClassName
{
background-color: #A993B7;
}
.BgClassName
{
background-color: #A993B7;
}
</style>
border-color css
<style>
span { border-color: #A993B7; }
span { border-color: rgb(169,147,183); }
td.TdClassName
{
border-color: #A993B7;
}
.TagClassName
{
border-color: #A993B7;
}
</style>