Shades of East Side #A994C0
Tints of East Side #A994C0
RGB
CMYK
RGB Variations
Color information
#A994C0 (or 0xA994C0) is known color: East Side. HEX triplet: A9, 94 and C0. RGB value is (169,148,192). Sum of RGB (Red+Green+Blue) = 169+148+192=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: blue. Hex color #A994C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994C0 is #566B3F. Grayscale: #9F9F9F. Windows color (decimal): -5663552 or 12620969. OLE color: 12620969.
HSL color Cylindrical-coordinate representation of color #A994C0: hue angle of 268.64º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A994C0 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 148 | 192 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.25 |
| HSL | 268.64º | 0.26% | 0.67% | - |
| HSV(B) | 268.64º | 0.23% | 0.75% | - |
| XYZ | 36.47 | 33.42 | 54.4 | - |
| YUV | 159.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 192 | 0.12 | 0.23 | 0 | 0.25 | 268.64 | 0.26 | 0.67 |
| Hex | A9 | 94 | C0 | C | 17 | 0 | 19 | 10D | 1A | 43 |
| Octal | 251 | 224 | 300 | 14 | 27 | 0 | 31 | 415 | 32 | 103 |
| Binary | 10101001 | 10010100 | 11000000 | 1100 | 10111 | 0 | 11001 | 100001101 | 11010 | 1000011 |
Color Harmonies of #A994C0
Complementary color
Monochromatic Colors of #A994C0
Black with #A994C0
Text Example
Text Example
White with #A994C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A994C0; }
p { color: rgb(169,148,192); }
H1.HeaderClassName
{
color: #A994C0;
}
.AnyTagClassName
{
color: #A994C0;
}
</style>
background-color css
<style>
a { background-color: #A994C0; }
a { background-color: rgb(169,148,192); }
div.DivClassName
{
background-color: #A994C0;
}
.BgClassName
{
background-color: #A994C0;
}
</style>
border-color css
<style>
span { border-color: #A994C0; }
span { border-color: rgb(169,148,192); }
td.TdClassName
{
border-color: #A994C0;
}
.TagClassName
{
border-color: #A994C0;
}
</style>