Shades of East Side #A18FAD
Tints of East Side #A18FAD
RGB
CMYK
RGB Variations
Color information
#A18FAD (or 0xA18FAD) is known color: East Side. HEX triplet: A1, 8F and AD. RGB value is (161,143,173). Sum of RGB (Red+Green+Blue) = 161+143+173=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #A18FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18FAD is #5E7052. Grayscale: #979797. Windows color (decimal): -6189139 or 11374497. OLE color: 11374497.
HSL color Cylindrical-coordinate representation of color #A18FAD: hue angle of 276º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18FAD is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 143 | 173 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.32 |
| HSL | 276º | 0.15% | 0.62% | - |
| HSV(B) | 276º | 0.17% | 0.68% | - |
| XYZ | 32.06 | 30.24 | 43.68 | - |
| YUV | 151.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 173 | 0.07 | 0.17 | 0 | 0.32 | 276 | 0.15 | 0.62 |
| Hex | A1 | 8F | AD | 7 | 11 | 0 | 20 | 114 | F | 3E |
| Octal | 241 | 217 | 255 | 7 | 21 | 0 | 40 | 424 | 17 | 76 |
| Binary | 10100001 | 10001111 | 10101101 | 111 | 10001 | 0 | 100000 | 100010100 | 1111 | 111110 |
Color Harmonies of #A18FAD
Complementary color
Monochromatic Colors of #A18FAD
Black with #A18FAD
Text Example
Text Example
White with #A18FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FAD; }
p { color: rgb(161,143,173); }
H1.HeaderClassName
{
color: #A18FAD;
}
.AnyTagClassName
{
color: #A18FAD;
}
</style>
background-color css
<style>
a { background-color: #A18FAD; }
a { background-color: rgb(161,143,173); }
div.DivClassName
{
background-color: #A18FAD;
}
.BgClassName
{
background-color: #A18FAD;
}
</style>
border-color css
<style>
span { border-color: #A18FAD; }
span { border-color: rgb(161,143,173); }
td.TdClassName
{
border-color: #A18FAD;
}
.TagClassName
{
border-color: #A18FAD;
}
</style>