Shades of East Side #A28FAB
Tints of East Side #A28FAB
RGB
CMYK
RGB Variations
Color information
#A28FAB (or 0xA28FAB) is known color: East Side. HEX triplet: A2, 8F and AB. RGB value is (162,143,171). Sum of RGB (Red+Green+Blue) = 162+143+171=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #A28FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28FAB is #5D7054. Grayscale: #979797. Windows color (decimal): -6123605 or 11243426. OLE color: 11243426.
HSL color Cylindrical-coordinate representation of color #A28FAB: hue angle of 280.71º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A28FAB is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 143 | 171 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.33 |
| HSL | 280.71º | 0.14% | 0.62% | - |
| HSV(B) | 280.71º | 0.16% | 0.67% | - |
| XYZ | 32.07 | 30.27 | 42.68 | - |
| YUV | 151.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 171 | 0.05 | 0.16 | 0 | 0.33 | 280.71 | 0.14 | 0.62 |
| Hex | A2 | 8F | AB | 5 | 10 | 0 | 21 | 119 | E | 3E |
| Octal | 242 | 217 | 253 | 5 | 20 | 0 | 41 | 431 | 16 | 76 |
| Binary | 10100010 | 10001111 | 10101011 | 101 | 10000 | 0 | 100001 | 100011001 | 1110 | 111110 |
Color Harmonies of #A28FAB
Complementary color
Monochromatic Colors of #A28FAB
Black with #A28FAB
Text Example
Text Example
White with #A28FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28FAB; }
p { color: rgb(162,143,171); }
H1.HeaderClassName
{
color: #A28FAB;
}
.AnyTagClassName
{
color: #A28FAB;
}
</style>
background-color css
<style>
a { background-color: #A28FAB; }
a { background-color: rgb(162,143,171); }
div.DivClassName
{
background-color: #A28FAB;
}
.BgClassName
{
background-color: #A28FAB;
}
</style>
border-color css
<style>
span { border-color: #A28FAB; }
span { border-color: rgb(162,143,171); }
td.TdClassName
{
border-color: #A28FAB;
}
.TagClassName
{
border-color: #A28FAB;
}
</style>