Shades of East Side #A991C2
Tints of East Side #A991C2
RGB
CMYK
RGB Variations
Color information
#A991C2 (or 0xA991C2) is known color: East Side. HEX triplet: A9, 91 and C2. RGB value is (169,145,194). Sum of RGB (Red+Green+Blue) = 169+145+194=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #A991C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991C2 is #566E3D. Grayscale: #9D9D9D. Windows color (decimal): -5664318 or 12751273. OLE color: 12751273.
HSL color Cylindrical-coordinate representation of color #A991C2: hue angle of 269.39º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A991C2 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 145 | 194 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.24 |
| HSL | 269.39º | 0.29% | 0.66% | - |
| HSV(B) | 269.39º | 0.25% | 0.76% | - |
| XYZ | 36.23 | 32.58 | 55.42 | - |
| YUV | 157.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 194 | 0.13 | 0.25 | 0 | 0.24 | 269.39 | 0.29 | 0.66 |
| Hex | A9 | 91 | C2 | D | 19 | 0 | 18 | 10D | 1D | 42 |
| Octal | 251 | 221 | 302 | 15 | 31 | 0 | 30 | 415 | 35 | 102 |
| Binary | 10101001 | 10010001 | 11000010 | 1101 | 11001 | 0 | 11000 | 100001101 | 11101 | 1000010 |
Color Harmonies of #A991C2
Complementary color
Monochromatic Colors of #A991C2
Black with #A991C2
Text Example
Text Example
White with #A991C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A991C2; }
p { color: rgb(169,145,194); }
H1.HeaderClassName
{
color: #A991C2;
}
.AnyTagClassName
{
color: #A991C2;
}
</style>
background-color css
<style>
a { background-color: #A991C2; }
a { background-color: rgb(169,145,194); }
div.DivClassName
{
background-color: #A991C2;
}
.BgClassName
{
background-color: #A991C2;
}
</style>
border-color css
<style>
span { border-color: #A991C2; }
span { border-color: rgb(169,145,194); }
td.TdClassName
{
border-color: #A991C2;
}
.TagClassName
{
border-color: #A991C2;
}
</style>