Shades of East Side #A990BF
Tints of East Side #A990BF
RGB
CMYK
RGB Variations
Color information
#A990BF (or 0xA990BF) is known color: East Side. HEX triplet: A9, 90 and BF. RGB value is (169,144,191). Sum of RGB (Red+Green+Blue) = 169+144+191=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #A990BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990BF is #566F40. Grayscale: #9C9C9C. Windows color (decimal): -5664577 or 12554409. OLE color: 12554409.
HSL color Cylindrical-coordinate representation of color #A990BF: hue angle of 271.91º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A990BF is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 144 | 191 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.25 |
| HSL | 271.91º | 0.27% | 0.66% | - |
| HSV(B) | 271.91º | 0.25% | 0.75% | - |
| XYZ | 35.74 | 32.14 | 53.61 | - |
| YUV | 156.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 191 | 0.12 | 0.25 | 0 | 0.25 | 271.91 | 0.27 | 0.66 |
| Hex | A9 | 90 | BF | C | 19 | 0 | 19 | 110 | 1B | 42 |
| Octal | 251 | 220 | 277 | 14 | 31 | 0 | 31 | 420 | 33 | 102 |
| Binary | 10101001 | 10010000 | 10111111 | 1100 | 11001 | 0 | 11001 | 100010000 | 11011 | 1000010 |
Color Harmonies of #A990BF
Complementary color
Monochromatic Colors of #A990BF
Black with #A990BF
Text Example
Text Example
White with #A990BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A990BF; }
p { color: rgb(169,144,191); }
H1.HeaderClassName
{
color: #A990BF;
}
.AnyTagClassName
{
color: #A990BF;
}
</style>
background-color css
<style>
a { background-color: #A990BF; }
a { background-color: rgb(169,144,191); }
div.DivClassName
{
background-color: #A990BF;
}
.BgClassName
{
background-color: #A990BF;
}
</style>
border-color css
<style>
span { border-color: #A990BF; }
span { border-color: rgb(169,144,191); }
td.TdClassName
{
border-color: #A990BF;
}
.TagClassName
{
border-color: #A990BF;
}
</style>