Shades of East Side #A990BD
Tints of East Side #A990BD
RGB
CMYK
RGB Variations
Color information
#A990BD (or 0xA990BD) is known color: East Side. HEX triplet: A9, 90 and BD. RGB value is (169,144,189). Sum of RGB (Red+Green+Blue) = 169+144+189=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #A990BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990BD is #566F42. Grayscale: #9C9C9C. Windows color (decimal): -5664579 or 12423337. OLE color: 12423337.
HSL color Cylindrical-coordinate representation of color #A990BD: hue angle of 273.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A990BD is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 144 | 189 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.26 |
| HSL | 273.33º | 0.25% | 0.65% | - |
| HSV(B) | 273.33º | 0.24% | 0.74% | - |
| XYZ | 35.52 | 32.06 | 52.46 | - |
| YUV | 156.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 189 | 0.11 | 0.24 | 0 | 0.26 | 273.33 | 0.25 | 0.65 |
| Hex | A9 | 90 | BD | B | 18 | 0 | 1A | 111 | 19 | 41 |
| Octal | 251 | 220 | 275 | 13 | 30 | 0 | 32 | 421 | 31 | 101 |
| Binary | 10101001 | 10010000 | 10111101 | 1011 | 11000 | 0 | 11010 | 100010001 | 11001 | 1000001 |
Color Harmonies of #A990BD
Complementary color
Monochromatic Colors of #A990BD
Black with #A990BD
Text Example
Text Example
White with #A990BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A990BD; }
p { color: rgb(169,144,189); }
H1.HeaderClassName
{
color: #A990BD;
}
.AnyTagClassName
{
color: #A990BD;
}
</style>
background-color css
<style>
a { background-color: #A990BD; }
a { background-color: rgb(169,144,189); }
div.DivClassName
{
background-color: #A990BD;
}
.BgClassName
{
background-color: #A990BD;
}
</style>
border-color css
<style>
span { border-color: #A990BD; }
span { border-color: rgb(169,144,189); }
td.TdClassName
{
border-color: #A990BD;
}
.TagClassName
{
border-color: #A990BD;
}
</style>