Shades of East Side #A991B3
Tints of East Side #A991B3
RGB
CMYK
RGB Variations
Color information
#A991B3 (or 0xA991B3) is known color: East Side. HEX triplet: A9, 91 and B3. RGB value is (169,145,179). Sum of RGB (Red+Green+Blue) = 169+145+179=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #A991B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991B3 is #566E4C. Grayscale: #9B9B9B. Windows color (decimal): -5664333 or 11768233. OLE color: 11768233.
HSL color Cylindrical-coordinate representation of color #A991B3: hue angle of 282.35º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A991B3 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 145 | 179 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.30 |
| HSL | 282.35º | 0.18% | 0.64% | - |
| HSV(B) | 282.35º | 0.19% | 0.7% | - |
| XYZ | 34.62 | 31.94 | 46.99 | - |
| YUV | 156.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 179 | 0.06 | 0.19 | 0 | 0.30 | 282.35 | 0.18 | 0.64 |
| Hex | A9 | 91 | B3 | 6 | 13 | 0 | 1E | 11A | 12 | 40 |
| Octal | 251 | 221 | 263 | 6 | 23 | 0 | 36 | 432 | 22 | 100 |
| Binary | 10101001 | 10010001 | 10110011 | 110 | 10011 | 0 | 11110 | 100011010 | 10010 | 1000000 |
Color Harmonies of #A991B3
Complementary color
Monochromatic Colors of #A991B3
Black with #A991B3
Text Example
Text Example
White with #A991B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A991B3; }
p { color: rgb(169,145,179); }
H1.HeaderClassName
{
color: #A991B3;
}
.AnyTagClassName
{
color: #A991B3;
}
</style>
background-color css
<style>
a { background-color: #A991B3; }
a { background-color: rgb(169,145,179); }
div.DivClassName
{
background-color: #A991B3;
}
.BgClassName
{
background-color: #A991B3;
}
</style>
border-color css
<style>
span { border-color: #A991B3; }
span { border-color: rgb(169,145,179); }
td.TdClassName
{
border-color: #A991B3;
}
.TagClassName
{
border-color: #A991B3;
}
</style>