Shades of East Side #A889C2
Tints of East Side #A889C2
RGB
CMYK
RGB Variations
Color information
#A889C2 (or 0xA889C2) is known color: East Side. HEX triplet: A8, 89 and C2. RGB value is (168,137,194). Sum of RGB (Red+Green+Blue) = 168+137+194=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #A889C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889C2 is #57763D. Grayscale: #989898. Windows color (decimal): -5731902 or 12749224. OLE color: 12749224.
HSL color Cylindrical-coordinate representation of color #A889C2: hue angle of 272.63º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A889C2 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 137 | 194 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.24 |
| HSL | 272.63º | 0.32% | 0.65% | - |
| HSV(B) | 272.63º | 0.29% | 0.76% | - |
| XYZ | 34.83 | 30.11 | 55.02 | - |
| YUV | 152.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 194 | 0.13 | 0.29 | 0 | 0.24 | 272.63 | 0.32 | 0.65 |
| Hex | A8 | 89 | C2 | D | 1D | 0 | 18 | 111 | 20 | 41 |
| Octal | 250 | 211 | 302 | 15 | 35 | 0 | 30 | 421 | 40 | 101 |
| Binary | 10101000 | 10001001 | 11000010 | 1101 | 11101 | 0 | 11000 | 100010001 | 100000 | 1000001 |
Color Harmonies of #A889C2
Complementary color
Monochromatic Colors of #A889C2
Black with #A889C2
Text Example
Text Example
White with #A889C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A889C2; }
p { color: rgb(168,137,194); }
H1.HeaderClassName
{
color: #A889C2;
}
.AnyTagClassName
{
color: #A889C2;
}
</style>
background-color css
<style>
a { background-color: #A889C2; }
a { background-color: rgb(168,137,194); }
div.DivClassName
{
background-color: #A889C2;
}
.BgClassName
{
background-color: #A889C2;
}
</style>
border-color css
<style>
span { border-color: #A889C2; }
span { border-color: rgb(168,137,194); }
td.TdClassName
{
border-color: #A889C2;
}
.TagClassName
{
border-color: #A889C2;
}
</style>