Shades of East Side #A289AF
Tints of East Side #A289AF
RGB
CMYK
RGB Variations
Color information
#A289AF (or 0xA289AF) is known color: East Side. HEX triplet: A2, 89 and AF. RGB value is (162,137,175). Sum of RGB (Red+Green+Blue) = 162+137+175=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #A289AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A289AF is #5D7650. Grayscale: #949494. Windows color (decimal): -6125137 or 11504034. OLE color: 11504034.
HSL color Cylindrical-coordinate representation of color #A289AF: hue angle of 279.47º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A289AF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 137 | 175 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.31 |
| HSL | 279.47º | 0.19% | 0.61% | - |
| HSV(B) | 279.47º | 0.22% | 0.69% | - |
| XYZ | 31.58 | 28.67 | 44.43 | - |
| YUV | 148.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 175 | 0.07 | 0.22 | 0 | 0.31 | 279.47 | 0.19 | 0.61 |
| Hex | A2 | 89 | AF | 7 | 16 | 0 | 1F | 117 | 13 | 3D |
| Octal | 242 | 211 | 257 | 7 | 26 | 0 | 37 | 427 | 23 | 75 |
| Binary | 10100010 | 10001001 | 10101111 | 111 | 10110 | 0 | 11111 | 100010111 | 10011 | 111101 |
Color Harmonies of #A289AF
Complementary color
Monochromatic Colors of #A289AF
Black with #A289AF
Text Example
Text Example
White with #A289AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A289AF; }
p { color: rgb(162,137,175); }
H1.HeaderClassName
{
color: #A289AF;
}
.AnyTagClassName
{
color: #A289AF;
}
</style>
background-color css
<style>
a { background-color: #A289AF; }
a { background-color: rgb(162,137,175); }
div.DivClassName
{
background-color: #A289AF;
}
.BgClassName
{
background-color: #A289AF;
}
</style>
border-color css
<style>
span { border-color: #A289AF; }
span { border-color: rgb(162,137,175); }
td.TdClassName
{
border-color: #A289AF;
}
.TagClassName
{
border-color: #A289AF;
}
</style>