Shades of East Side #A289AC
Tints of East Side #A289AC
RGB
CMYK
RGB Variations
Color information
#A289AC (or 0xA289AC) is known color: East Side. HEX triplet: A2, 89 and AC. RGB value is (162,137,172). Sum of RGB (Red+Green+Blue) = 162+137+172=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #A289AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A289AC is #5D7653. Grayscale: #949494. Windows color (decimal): -6125140 or 11307426. OLE color: 11307426.
HSL color Cylindrical-coordinate representation of color #A289AC: hue angle of 282.86º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A289AC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 137 | 172 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.33 |
| HSL | 282.86º | 0.17% | 0.61% | - |
| HSV(B) | 282.86º | 0.2% | 0.67% | - |
| XYZ | 31.29 | 28.55 | 42.89 | - |
| YUV | 148.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 172 | 0.06 | 0.20 | 0 | 0.33 | 282.86 | 0.17 | 0.61 |
| Hex | A2 | 89 | AC | 6 | 14 | 0 | 21 | 11B | 11 | 3D |
| Octal | 242 | 211 | 254 | 6 | 24 | 0 | 41 | 433 | 21 | 75 |
| Binary | 10100010 | 10001001 | 10101100 | 110 | 10100 | 0 | 100001 | 100011011 | 10001 | 111101 |
Color Harmonies of #A289AC
Complementary color
Monochromatic Colors of #A289AC
Black with #A289AC
Text Example
Text Example
White with #A289AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A289AC; }
p { color: rgb(162,137,172); }
H1.HeaderClassName
{
color: #A289AC;
}
.AnyTagClassName
{
color: #A289AC;
}
</style>
background-color css
<style>
a { background-color: #A289AC; }
a { background-color: rgb(162,137,172); }
div.DivClassName
{
background-color: #A289AC;
}
.BgClassName
{
background-color: #A289AC;
}
</style>
border-color css
<style>
span { border-color: #A289AC; }
span { border-color: rgb(162,137,172); }
td.TdClassName
{
border-color: #A289AC;
}
.TagClassName
{
border-color: #A289AC;
}
</style>