Shades of East Side #A990C1
Tints of East Side #A990C1
RGB
CMYK
RGB Variations
Color information
#A990C1 (or 0xA990C1) is known color: East Side. HEX triplet: A9, 90 and C1. RGB value is (169,144,193). Sum of RGB (Red+Green+Blue) = 169+144+193=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #A990C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990C1 is #566F3E. Grayscale: #9C9C9C. Windows color (decimal): -5664575 or 12685481. OLE color: 12685481.
HSL color Cylindrical-coordinate representation of color #A990C1: hue angle of 270.61º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A990C1 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 144 | 193 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.24 |
| HSL | 270.61º | 0.28% | 0.66% | - |
| HSV(B) | 270.61º | 0.25% | 0.76% | - |
| XYZ | 35.96 | 32.23 | 54.78 | - |
| YUV | 157.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 193 | 0.12 | 0.25 | 0 | 0.24 | 270.61 | 0.28 | 0.66 |
| Hex | A9 | 90 | C1 | C | 19 | 0 | 18 | 10F | 1C | 42 |
| Octal | 251 | 220 | 301 | 14 | 31 | 0 | 30 | 417 | 34 | 102 |
| Binary | 10101001 | 10010000 | 11000001 | 1100 | 11001 | 0 | 11000 | 100001111 | 11100 | 1000010 |
Color Harmonies of #A990C1
Complementary color
Monochromatic Colors of #A990C1
Black with #A990C1
Text Example
Text Example
White with #A990C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A990C1; }
p { color: rgb(169,144,193); }
H1.HeaderClassName
{
color: #A990C1;
}
.AnyTagClassName
{
color: #A990C1;
}
</style>
background-color css
<style>
a { background-color: #A990C1; }
a { background-color: rgb(169,144,193); }
div.DivClassName
{
background-color: #A990C1;
}
.BgClassName
{
background-color: #A990C1;
}
</style>
border-color css
<style>
span { border-color: #A990C1; }
span { border-color: rgb(169,144,193); }
td.TdClassName
{
border-color: #A990C1;
}
.TagClassName
{
border-color: #A990C1;
}
</style>