Shades of East Side #A990B2
Tints of East Side #A990B2
RGB
CMYK
RGB Variations
Color information
#A990B2 (or 0xA990B2) is known color: East Side. HEX triplet: A9, 90 and B2. RGB value is (169,144,178). Sum of RGB (Red+Green+Blue) = 169+144+178=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 178 - color contains mainly: blue. Hex color #A990B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A990B2 is #566F4D. Grayscale: #9B9B9B. Windows color (decimal): -5664590 or 11702441. OLE color: 11702441.
HSL color Cylindrical-coordinate representation of color #A990B2: hue angle of 284.12º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A990B2 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 144 | 178 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.30 |
| HSL | 284.12º | 0.18% | 0.63% | - |
| HSV(B) | 284.12º | 0.19% | 0.7% | - |
| XYZ | 34.37 | 31.6 | 46.41 | - |
| YUV | 155.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 178 | 0.05 | 0.19 | 0 | 0.30 | 284.12 | 0.18 | 0.63 |
| Hex | A9 | 90 | B2 | 5 | 13 | 0 | 1E | 11C | 12 | 3F |
| Octal | 251 | 220 | 262 | 5 | 23 | 0 | 36 | 434 | 22 | 77 |
| Binary | 10101001 | 10010000 | 10110010 | 101 | 10011 | 0 | 11110 | 100011100 | 10010 | 111111 |
Color Harmonies of #A990B2
Complementary color
Monochromatic Colors of #A990B2
Black with #A990B2
Text Example
Text Example
White with #A990B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A990B2; }
p { color: rgb(169,144,178); }
H1.HeaderClassName
{
color: #A990B2;
}
.AnyTagClassName
{
color: #A990B2;
}
</style>
background-color css
<style>
a { background-color: #A990B2; }
a { background-color: rgb(169,144,178); }
div.DivClassName
{
background-color: #A990B2;
}
.BgClassName
{
background-color: #A990B2;
}
</style>
border-color css
<style>
span { border-color: #A990B2; }
span { border-color: rgb(169,144,178); }
td.TdClassName
{
border-color: #A990B2;
}
.TagClassName
{
border-color: #A990B2;
}
</style>