Shades of East Side #A190B2
Tints of East Side #A190B2
RGB
CMYK
RGB Variations
Color information
#A190B2 (or 0xA190B2) is known color: East Side. HEX triplet: A1, 90 and B2. RGB value is (161,144,178). Sum of RGB (Red+Green+Blue) = 161+144+178=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 178 - color contains mainly: blue. Hex color #A190B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A190B2 is #5E6F4D. Grayscale: #989898. Windows color (decimal): -6188878 or 11702433. OLE color: 11702433.
HSL color Cylindrical-coordinate representation of color #A190B2: hue angle of 270º 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 #A190B2 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 144 | 178 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.30 |
| HSL | 270º | 0.18% | 0.63% | - |
| HSV(B) | 270º | 0.19% | 0.7% | - |
| XYZ | 32.71 | 30.74 | 46.33 | - |
| YUV | 152.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 178 | 0.10 | 0.19 | 0 | 0.30 | 270 | 0.18 | 0.63 |
| Hex | A1 | 90 | B2 | A | 13 | 0 | 1E | 10E | 12 | 3F |
| Octal | 241 | 220 | 262 | 12 | 23 | 0 | 36 | 416 | 22 | 77 |
| Binary | 10100001 | 10010000 | 10110010 | 1010 | 10011 | 0 | 11110 | 100001110 | 10010 | 111111 |
Color Harmonies of #A190B2
Complementary color
Monochromatic Colors of #A190B2
Black with #A190B2
Text Example
Text Example
White with #A190B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A190B2; }
p { color: rgb(161,144,178); }
H1.HeaderClassName
{
color: #A190B2;
}
.AnyTagClassName
{
color: #A190B2;
}
</style>
background-color css
<style>
a { background-color: #A190B2; }
a { background-color: rgb(161,144,178); }
div.DivClassName
{
background-color: #A190B2;
}
.BgClassName
{
background-color: #A190B2;
}
</style>
border-color css
<style>
span { border-color: #A190B2; }
span { border-color: rgb(161,144,178); }
td.TdClassName
{
border-color: #A190B2;
}
.TagClassName
{
border-color: #A190B2;
}
</style>