Shades of East Side #A990B7
Tints of East Side #A990B7
RGB
CMYK
RGB Variations
Color information
#A990B7 (or 0xA990B7) is known color: East Side. HEX triplet: A9, 90 and B7. RGB value is (169,144,183). Sum of RGB (Red+Green+Blue) = 169+144+183=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 183 - color contains mainly: blue. Hex color #A990B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990B7 is #566F48. Grayscale: #9B9B9B. Windows color (decimal): -5664585 or 12030121. OLE color: 12030121.
HSL color Cylindrical-coordinate representation of color #A990B7: hue angle of 278.46º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A990B7 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 144 | 183 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.28 |
| HSL | 278.46º | 0.21% | 0.64% | - |
| HSV(B) | 278.46º | 0.21% | 0.72% | - |
| XYZ | 34.88 | 31.8 | 49.1 | - |
| YUV | 155.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 183 | 0.08 | 0.21 | 0 | 0.28 | 278.46 | 0.21 | 0.64 |
| Hex | A9 | 90 | B7 | 8 | 15 | 0 | 1C | 116 | 15 | 40 |
| Octal | 251 | 220 | 267 | 10 | 25 | 0 | 34 | 426 | 25 | 100 |
| Binary | 10101001 | 10010000 | 10110111 | 1000 | 10101 | 0 | 11100 | 100010110 | 10101 | 1000000 |
Color Harmonies of #A990B7
Complementary color
Monochromatic Colors of #A990B7
Black with #A990B7
Text Example
Text Example
White with #A990B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A990B7; }
p { color: rgb(169,144,183); }
H1.HeaderClassName
{
color: #A990B7;
}
.AnyTagClassName
{
color: #A990B7;
}
</style>
background-color css
<style>
a { background-color: #A990B7; }
a { background-color: rgb(169,144,183); }
div.DivClassName
{
background-color: #A990B7;
}
.BgClassName
{
background-color: #A990B7;
}
</style>
border-color css
<style>
span { border-color: #A990B7; }
span { border-color: rgb(169,144,183); }
td.TdClassName
{
border-color: #A990B7;
}
.TagClassName
{
border-color: #A990B7;
}
</style>