Shades of East Side #A990B3
Tints of East Side #A990B3
RGB
CMYK
RGB Variations
Color information
#A990B3 (or 0xA990B3) is known color: East Side. HEX triplet: A9, 90 and B3. RGB value is (169,144,179). Sum of RGB (Red+Green+Blue) = 169+144+179=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 179 - color contains mainly: blue. Hex color #A990B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990B3 is #566F4C. Grayscale: #9B9B9B. Windows color (decimal): -5664589 or 11767977. OLE color: 11767977.
HSL color Cylindrical-coordinate representation of color #A990B3: hue angle of 282.86º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A990B3 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 144 | 179 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.30 |
| HSL | 282.86º | 0.19% | 0.63% | - |
| HSV(B) | 282.86º | 0.2% | 0.7% | - |
| XYZ | 34.47 | 31.64 | 46.94 | - |
| YUV | 155.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 179 | 0.06 | 0.20 | 0 | 0.30 | 282.86 | 0.19 | 0.63 |
| Hex | A9 | 90 | B3 | 6 | 14 | 0 | 1E | 11B | 13 | 3F |
| Octal | 251 | 220 | 263 | 6 | 24 | 0 | 36 | 433 | 23 | 77 |
| Binary | 10101001 | 10010000 | 10110011 | 110 | 10100 | 0 | 11110 | 100011011 | 10011 | 111111 |
Color Harmonies of #A990B3
Complementary color
Monochromatic Colors of #A990B3
Black with #A990B3
Text Example
Text Example
White with #A990B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A990B3; }
p { color: rgb(169,144,179); }
H1.HeaderClassName
{
color: #A990B3;
}
.AnyTagClassName
{
color: #A990B3;
}
</style>
background-color css
<style>
a { background-color: #A990B3; }
a { background-color: rgb(169,144,179); }
div.DivClassName
{
background-color: #A990B3;
}
.BgClassName
{
background-color: #A990B3;
}
</style>
border-color css
<style>
span { border-color: #A990B3; }
span { border-color: rgb(169,144,179); }
td.TdClassName
{
border-color: #A990B3;
}
.TagClassName
{
border-color: #A990B3;
}
</style>