Shades of East Side #A28FAE
Tints of East Side #A28FAE
RGB
CMYK
RGB Variations
Color information
#A28FAE (or 0xA28FAE) is known color: East Side. HEX triplet: A2, 8F and AE. RGB value is (162,143,174). Sum of RGB (Red+Green+Blue) = 162+143+174=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #A28FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28FAE is #5D7051. Grayscale: #989898. Windows color (decimal): -6123602 or 11440034. OLE color: 11440034.
HSL color Cylindrical-coordinate representation of color #A28FAE: hue angle of 276.77º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A28FAE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 143 | 174 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.32 |
| HSL | 276.77º | 0.16% | 0.62% | - |
| HSV(B) | 276.77º | 0.18% | 0.68% | - |
| XYZ | 32.36 | 30.38 | 44.2 | - |
| YUV | 152.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 174 | 0.07 | 0.18 | 0 | 0.32 | 276.77 | 0.16 | 0.62 |
| Hex | A2 | 8F | AE | 7 | 12 | 0 | 20 | 115 | 10 | 3E |
| Octal | 242 | 217 | 256 | 7 | 22 | 0 | 40 | 425 | 20 | 76 |
| Binary | 10100010 | 10001111 | 10101110 | 111 | 10010 | 0 | 100000 | 100010101 | 10000 | 111110 |
Color Harmonies of #A28FAE
Complementary color
Monochromatic Colors of #A28FAE
Black with #A28FAE
Text Example
Text Example
White with #A28FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28FAE; }
p { color: rgb(162,143,174); }
H1.HeaderClassName
{
color: #A28FAE;
}
.AnyTagClassName
{
color: #A28FAE;
}
</style>
background-color css
<style>
a { background-color: #A28FAE; }
a { background-color: rgb(162,143,174); }
div.DivClassName
{
background-color: #A28FAE;
}
.BgClassName
{
background-color: #A28FAE;
}
</style>
border-color css
<style>
span { border-color: #A28FAE; }
span { border-color: rgb(162,143,174); }
td.TdClassName
{
border-color: #A28FAE;
}
.TagClassName
{
border-color: #A28FAE;
}
</style>