Shades of East Side #A28CAD
Tints of East Side #A28CAD
RGB
CMYK
RGB Variations
Color information
#A28CAD (or 0xA28CAD) is known color: East Side. HEX triplet: A2, 8C and AD. RGB value is (162,140,173). Sum of RGB (Red+Green+Blue) = 162+140+173=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: blue. Hex color #A28CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28CAD is #5D7352. Grayscale: #969696. Windows color (decimal): -6124371 or 11373730. OLE color: 11373730.
HSL color Cylindrical-coordinate representation of color #A28CAD: hue angle of 280º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A28CAD is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 140 | 173 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.32 |
| HSL | 280º | 0.17% | 0.61% | - |
| HSV(B) | 280º | 0.19% | 0.68% | - |
| XYZ | 31.82 | 29.45 | 43.54 | - |
| YUV | 150.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 173 | 0.06 | 0.19 | 0 | 0.32 | 280 | 0.17 | 0.61 |
| Hex | A2 | 8C | AD | 6 | 13 | 0 | 20 | 118 | 11 | 3D |
| Octal | 242 | 214 | 255 | 6 | 23 | 0 | 40 | 430 | 21 | 75 |
| Binary | 10100010 | 10001100 | 10101101 | 110 | 10011 | 0 | 100000 | 100011000 | 10001 | 111101 |
Color Harmonies of #A28CAD
Complementary color
Monochromatic Colors of #A28CAD
Black with #A28CAD
Text Example
Text Example
White with #A28CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CAD; }
p { color: rgb(162,140,173); }
H1.HeaderClassName
{
color: #A28CAD;
}
.AnyTagClassName
{
color: #A28CAD;
}
</style>
background-color css
<style>
a { background-color: #A28CAD; }
a { background-color: rgb(162,140,173); }
div.DivClassName
{
background-color: #A28CAD;
}
.BgClassName
{
background-color: #A28CAD;
}
</style>
border-color css
<style>
span { border-color: #A28CAD; }
span { border-color: rgb(162,140,173); }
td.TdClassName
{
border-color: #A28CAD;
}
.TagClassName
{
border-color: #A28CAD;
}
</style>