Shades of East Side #A28DAD
Tints of East Side #A28DAD
RGB
CMYK
RGB Variations
Color information
#A28DAD (or 0xA28DAD) is known color: East Side. HEX triplet: A2, 8D and AD. RGB value is (162,141,173). Sum of RGB (Red+Green+Blue) = 162+141+173=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #A28DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28DAD is #5D7252. Grayscale: #969696. Windows color (decimal): -6124115 or 11373986. OLE color: 11373986.
HSL color Cylindrical-coordinate representation of color #A28DAD: hue angle of 279.38º 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 #A28DAD is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 141 | 173 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.32 |
| HSL | 279.38º | 0.16% | 0.62% | - |
| HSV(B) | 279.38º | 0.18% | 0.68% | - |
| XYZ | 31.97 | 29.75 | 43.59 | - |
| YUV | 150.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 173 | 0.06 | 0.18 | 0 | 0.32 | 279.38 | 0.16 | 0.62 |
| Hex | A2 | 8D | AD | 6 | 12 | 0 | 20 | 117 | 10 | 3E |
| Octal | 242 | 215 | 255 | 6 | 22 | 0 | 40 | 427 | 20 | 76 |
| Binary | 10100010 | 10001101 | 10101101 | 110 | 10010 | 0 | 100000 | 100010111 | 10000 | 111110 |
Color Harmonies of #A28DAD
Complementary color
Monochromatic Colors of #A28DAD
Black with #A28DAD
Text Example
Text Example
White with #A28DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DAD; }
p { color: rgb(162,141,173); }
H1.HeaderClassName
{
color: #A28DAD;
}
.AnyTagClassName
{
color: #A28DAD;
}
</style>
background-color css
<style>
a { background-color: #A28DAD; }
a { background-color: rgb(162,141,173); }
div.DivClassName
{
background-color: #A28DAD;
}
.BgClassName
{
background-color: #A28DAD;
}
</style>
border-color css
<style>
span { border-color: #A28DAD; }
span { border-color: rgb(162,141,173); }
td.TdClassName
{
border-color: #A28DAD;
}
.TagClassName
{
border-color: #A28DAD;
}
</style>