Shades of East Side #A889C1
Tints of East Side #A889C1
RGB
CMYK
RGB Variations
Color information
#A889C1 (or 0xA889C1) is known color: East Side. HEX triplet: A8, 89 and C1. RGB value is (168,137,193). Sum of RGB (Red+Green+Blue) = 168+137+193=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #A889C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889C1 is #57763E. Grayscale: #989898. Windows color (decimal): -5731903 or 12683688. OLE color: 12683688.
HSL color Cylindrical-coordinate representation of color #A889C1: hue angle of 273.21º degrees, saturation: 0.31, 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 #A889C1 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 137 | 193 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.24 |
| HSL | 273.21º | 0.31% | 0.65% | - |
| HSV(B) | 273.21º | 0.29% | 0.76% | - |
| XYZ | 34.72 | 30.07 | 54.43 | - |
| YUV | 152.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 193 | 0.13 | 0.29 | 0 | 0.24 | 273.21 | 0.31 | 0.65 |
| Hex | A8 | 89 | C1 | D | 1D | 0 | 18 | 111 | 1F | 41 |
| Octal | 250 | 211 | 301 | 15 | 35 | 0 | 30 | 421 | 37 | 101 |
| Binary | 10101000 | 10001001 | 11000001 | 1101 | 11101 | 0 | 11000 | 100010001 | 11111 | 1000001 |
Color Harmonies of #A889C1
Complementary color
Monochromatic Colors of #A889C1
Black with #A889C1
Text Example
Text Example
White with #A889C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A889C1; }
p { color: rgb(168,137,193); }
H1.HeaderClassName
{
color: #A889C1;
}
.AnyTagClassName
{
color: #A889C1;
}
</style>
background-color css
<style>
a { background-color: #A889C1; }
a { background-color: rgb(168,137,193); }
div.DivClassName
{
background-color: #A889C1;
}
.BgClassName
{
background-color: #A889C1;
}
</style>
border-color css
<style>
span { border-color: #A889C1; }
span { border-color: rgb(168,137,193); }
td.TdClassName
{
border-color: #A889C1;
}
.TagClassName
{
border-color: #A889C1;
}
</style>