Shades of East Side #A991C1
Tints of East Side #A991C1
RGB
CMYK
RGB Variations
Color information
#A991C1 (or 0xA991C1) is known color: East Side. HEX triplet: A9, 91 and C1. RGB value is (169,145,193). Sum of RGB (Red+Green+Blue) = 169+145+193=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #A991C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991C1 is #566E3E. Grayscale: #9D9D9D. Windows color (decimal): -5664319 or 12685737. OLE color: 12685737.
HSL color Cylindrical-coordinate representation of color #A991C1: hue angle of 270º degrees, saturation: 0.28, 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 #A991C1 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 145 | 193 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.24 |
| HSL | 270º | 0.28% | 0.66% | - |
| HSV(B) | 270º | 0.25% | 0.76% | - |
| XYZ | 36.11 | 32.54 | 54.83 | - |
| YUV | 157.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 193 | 0.12 | 0.25 | 0 | 0.24 | 270 | 0.28 | 0.66 |
| Hex | A9 | 91 | C1 | C | 19 | 0 | 18 | 10E | 1C | 42 |
| Octal | 251 | 221 | 301 | 14 | 31 | 0 | 30 | 416 | 34 | 102 |
| Binary | 10101001 | 10010001 | 11000001 | 1100 | 11001 | 0 | 11000 | 100001110 | 11100 | 1000010 |
Color Harmonies of #A991C1
Complementary color
Monochromatic Colors of #A991C1
Black with #A991C1
Text Example
Text Example
White with #A991C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A991C1; }
p { color: rgb(169,145,193); }
H1.HeaderClassName
{
color: #A991C1;
}
.AnyTagClassName
{
color: #A991C1;
}
</style>
background-color css
<style>
a { background-color: #A991C1; }
a { background-color: rgb(169,145,193); }
div.DivClassName
{
background-color: #A991C1;
}
.BgClassName
{
background-color: #A991C1;
}
</style>
border-color css
<style>
span { border-color: #A991C1; }
span { border-color: rgb(169,145,193); }
td.TdClassName
{
border-color: #A991C1;
}
.TagClassName
{
border-color: #A991C1;
}
</style>