Shades of East Side #A994B3
Tints of East Side #A994B3
RGB
CMYK
RGB Variations
Color information
#A994B3 (or 0xA994B3) is known color: East Side. HEX triplet: A9, 94 and B3. RGB value is (169,148,179). Sum of RGB (Red+Green+Blue) = 169+148+179=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #A994B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994B3 is #566B4C. Grayscale: #9D9D9D. Windows color (decimal): -5663565 or 11769001. OLE color: 11769001.
HSL color Cylindrical-coordinate representation of color #A994B3: hue angle of 280.65º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A994B3 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 148 | 179 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.30 |
| HSL | 280.65º | 0.17% | 0.64% | - |
| HSV(B) | 280.65º | 0.17% | 0.7% | - |
| XYZ | 35.09 | 32.87 | 47.14 | - |
| YUV | 157.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 179 | 0.06 | 0.17 | 0 | 0.30 | 280.65 | 0.17 | 0.64 |
| Hex | A9 | 94 | B3 | 6 | 11 | 0 | 1E | 119 | 11 | 40 |
| Octal | 251 | 224 | 263 | 6 | 21 | 0 | 36 | 431 | 21 | 100 |
| Binary | 10101001 | 10010100 | 10110011 | 110 | 10001 | 0 | 11110 | 100011001 | 10001 | 1000000 |
Color Harmonies of #A994B3
Complementary color
Monochromatic Colors of #A994B3
Black with #A994B3
Text Example
Text Example
White with #A994B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A994B3; }
p { color: rgb(169,148,179); }
H1.HeaderClassName
{
color: #A994B3;
}
.AnyTagClassName
{
color: #A994B3;
}
</style>
background-color css
<style>
a { background-color: #A994B3; }
a { background-color: rgb(169,148,179); }
div.DivClassName
{
background-color: #A994B3;
}
.BgClassName
{
background-color: #A994B3;
}
</style>
border-color css
<style>
span { border-color: #A994B3; }
span { border-color: rgb(169,148,179); }
td.TdClassName
{
border-color: #A994B3;
}
.TagClassName
{
border-color: #A994B3;
}
</style>