Shades of East Side #A288AF
Tints of East Side #A288AF
RGB
CMYK
RGB Variations
Color information
#A288AF (or 0xA288AF) is known color: East Side. HEX triplet: A2, 88 and AF. RGB value is (162,136,175). Sum of RGB (Red+Green+Blue) = 162+136+175=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #A288AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A288AF is #5D7750. Grayscale: #949494. Windows color (decimal): -6125393 or 11503778. OLE color: 11503778.
HSL color Cylindrical-coordinate representation of color #A288AF: hue angle of 280º degrees, saturation: 0.2, 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 #A288AF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 136 | 175 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.31 |
| HSL | 280º | 0.2% | 0.61% | - |
| HSV(B) | 280º | 0.22% | 0.69% | - |
| XYZ | 31.44 | 28.38 | 44.38 | - |
| YUV | 148.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 175 | 0.07 | 0.22 | 0 | 0.31 | 280 | 0.2 | 0.61 |
| Hex | A2 | 88 | AF | 7 | 16 | 0 | 1F | 118 | 14 | 3D |
| Octal | 242 | 210 | 257 | 7 | 26 | 0 | 37 | 430 | 24 | 75 |
| Binary | 10100010 | 10001000 | 10101111 | 111 | 10110 | 0 | 11111 | 100011000 | 10100 | 111101 |
Color Harmonies of #A288AF
Complementary color
Monochromatic Colors of #A288AF
Black with #A288AF
Text Example
Text Example
White with #A288AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288AF; }
p { color: rgb(162,136,175); }
H1.HeaderClassName
{
color: #A288AF;
}
.AnyTagClassName
{
color: #A288AF;
}
</style>
background-color css
<style>
a { background-color: #A288AF; }
a { background-color: rgb(162,136,175); }
div.DivClassName
{
background-color: #A288AF;
}
.BgClassName
{
background-color: #A288AF;
}
</style>
border-color css
<style>
span { border-color: #A288AF; }
span { border-color: rgb(162,136,175); }
td.TdClassName
{
border-color: #A288AF;
}
.TagClassName
{
border-color: #A288AF;
}
</style>