Shades of East Side #A993B4
Tints of East Side #A993B4
RGB
CMYK
RGB Variations
Color information
#A993B4 (or 0xA993B4) is known color: East Side. HEX triplet: A9, 93 and B4. RGB value is (169,147,180). Sum of RGB (Red+Green+Blue) = 169+147+180=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 180 - color contains mainly: blue. Hex color #A993B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993B4 is #566C4B. Grayscale: #9D9D9D. Windows color (decimal): -5663820 or 11834281. OLE color: 11834281.
HSL color Cylindrical-coordinate representation of color #A993B4: hue angle of 280º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A993B4 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 147 | 180 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.29 |
| HSL | 280º | 0.18% | 0.64% | - |
| HSV(B) | 280º | 0.18% | 0.71% | - |
| XYZ | 35.03 | 32.6 | 47.63 | - |
| YUV | 157.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 180 | 0.06 | 0.18 | 0 | 0.29 | 280 | 0.18 | 0.64 |
| Hex | A9 | 93 | B4 | 6 | 12 | 0 | 1D | 118 | 12 | 40 |
| Octal | 251 | 223 | 264 | 6 | 22 | 0 | 35 | 430 | 22 | 100 |
| Binary | 10101001 | 10010011 | 10110100 | 110 | 10010 | 0 | 11101 | 100011000 | 10010 | 1000000 |
Color Harmonies of #A993B4
Complementary color
Monochromatic Colors of #A993B4
Black with #A993B4
Text Example
Text Example
White with #A993B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A993B4; }
p { color: rgb(169,147,180); }
H1.HeaderClassName
{
color: #A993B4;
}
.AnyTagClassName
{
color: #A993B4;
}
</style>
background-color css
<style>
a { background-color: #A993B4; }
a { background-color: rgb(169,147,180); }
div.DivClassName
{
background-color: #A993B4;
}
.BgClassName
{
background-color: #A993B4;
}
</style>
border-color css
<style>
span { border-color: #A993B4; }
span { border-color: rgb(169,147,180); }
td.TdClassName
{
border-color: #A993B4;
}
.TagClassName
{
border-color: #A993B4;
}
</style>