Shades of East Side #A194AF
Tints of East Side #A194AF
RGB
CMYK
RGB Variations
Color information
#A194AF (or 0xA194AF) is known color: East Side. HEX triplet: A1, 94 and AF. RGB value is (161,148,175). Sum of RGB (Red+Green+Blue) = 161+148+175=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 175 - color contains mainly: blue. Hex color #A194AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A194AF is #5E6B50. Grayscale: #9A9A9A. Windows color (decimal): -6187857 or 11506849. OLE color: 11506849.
HSL color Cylindrical-coordinate representation of color #A194AF: hue angle of 268.89º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A194AF is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 148 | 175 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.31 |
| HSL | 268.89º | 0.14% | 0.63% | - |
| HSV(B) | 268.89º | 0.15% | 0.69% | - |
| XYZ | 33.03 | 31.85 | 44.96 | - |
| YUV | 154.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 175 | 0.08 | 0.15 | 0 | 0.31 | 268.89 | 0.14 | 0.63 |
| Hex | A1 | 94 | AF | 8 | F | 0 | 1F | 10D | E | 3F |
| Octal | 241 | 224 | 257 | 10 | 17 | 0 | 37 | 415 | 16 | 77 |
| Binary | 10100001 | 10010100 | 10101111 | 1000 | 1111 | 0 | 11111 | 100001101 | 1110 | 111111 |
Color Harmonies of #A194AF
Complementary color
Monochromatic Colors of #A194AF
Black with #A194AF
Text Example
Text Example
White with #A194AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194AF; }
p { color: rgb(161,148,175); }
H1.HeaderClassName
{
color: #A194AF;
}
.AnyTagClassName
{
color: #A194AF;
}
</style>
background-color css
<style>
a { background-color: #A194AF; }
a { background-color: rgb(161,148,175); }
div.DivClassName
{
background-color: #A194AF;
}
.BgClassName
{
background-color: #A194AF;
}
</style>
border-color css
<style>
span { border-color: #A194AF; }
span { border-color: rgb(161,148,175); }
td.TdClassName
{
border-color: #A194AF;
}
.TagClassName
{
border-color: #A194AF;
}
</style>