Shades of East Side #A993AF
Tints of East Side #A993AF
RGB
CMYK
RGB Variations
Color information
#A993AF (or 0xA993AF) is known color: East Side. HEX triplet: A9, 93 and AF. RGB value is (169,147,175). Sum of RGB (Red+Green+Blue) = 169+147+175=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #A993AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A993AF is #566C50. Grayscale: #9C9C9C. Windows color (decimal): -5663825 or 11506601. OLE color: 11506601.
HSL color Cylindrical-coordinate representation of color #A993AF: hue angle of 287.14º degrees, saturation: 0.15, 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 #A993AF is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 147 | 175 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.31 |
| HSL | 287.14º | 0.15% | 0.63% | - |
| HSV(B) | 287.14º | 0.16% | 0.69% | - |
| XYZ | 34.53 | 32.4 | 44.99 | - |
| YUV | 156.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 175 | 0.03 | 0.16 | 0 | 0.31 | 287.14 | 0.15 | 0.63 |
| Hex | A9 | 93 | AF | 3 | 10 | 0 | 1F | 11F | F | 3F |
| Octal | 251 | 223 | 257 | 3 | 20 | 0 | 37 | 437 | 17 | 77 |
| Binary | 10101001 | 10010011 | 10101111 | 11 | 10000 | 0 | 11111 | 100011111 | 1111 | 111111 |
Color Harmonies of #A993AF
Complementary color
Monochromatic Colors of #A993AF
Black with #A993AF
Text Example
Text Example
White with #A993AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A993AF; }
p { color: rgb(169,147,175); }
H1.HeaderClassName
{
color: #A993AF;
}
.AnyTagClassName
{
color: #A993AF;
}
</style>
background-color css
<style>
a { background-color: #A993AF; }
a { background-color: rgb(169,147,175); }
div.DivClassName
{
background-color: #A993AF;
}
.BgClassName
{
background-color: #A993AF;
}
</style>
border-color css
<style>
span { border-color: #A993AF; }
span { border-color: rgb(169,147,175); }
td.TdClassName
{
border-color: #A993AF;
}
.TagClassName
{
border-color: #A993AF;
}
</style>