Shades of East Side #A18DB5
Tints of East Side #A18DB5
RGB
CMYK
RGB Variations
Color information
#A18DB5 (or 0xA18DB5) is known color: East Side. HEX triplet: A1, 8D and B5. RGB value is (161,141,181). Sum of RGB (Red+Green+Blue) = 161+141+181=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 181 - color contains mainly: blue. Hex color #A18DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DB5 is #5E724A. Grayscale: #979797. Windows color (decimal): -6189643 or 11898273. OLE color: 11898273.
HSL color Cylindrical-coordinate representation of color #A18DB5: hue angle of 270º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A18DB5 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 141 | 181 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.29 |
| HSL | 270º | 0.21% | 0.63% | - |
| HSV(B) | 270º | 0.22% | 0.71% | - |
| XYZ | 32.56 | 29.96 | 47.78 | - |
| YUV | 151.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 181 | 0.11 | 0.22 | 0 | 0.29 | 270 | 0.21 | 0.63 |
| Hex | A1 | 8D | B5 | B | 16 | 0 | 1D | 10E | 15 | 3F |
| Octal | 241 | 215 | 265 | 13 | 26 | 0 | 35 | 416 | 25 | 77 |
| Binary | 10100001 | 10001101 | 10110101 | 1011 | 10110 | 0 | 11101 | 100001110 | 10101 | 111111 |
Color Harmonies of #A18DB5
Complementary color
Monochromatic Colors of #A18DB5
Black with #A18DB5
Text Example
Text Example
White with #A18DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18DB5; }
p { color: rgb(161,141,181); }
H1.HeaderClassName
{
color: #A18DB5;
}
.AnyTagClassName
{
color: #A18DB5;
}
</style>
background-color css
<style>
a { background-color: #A18DB5; }
a { background-color: rgb(161,141,181); }
div.DivClassName
{
background-color: #A18DB5;
}
.BgClassName
{
background-color: #A18DB5;
}
</style>
border-color css
<style>
span { border-color: #A18DB5; }
span { border-color: rgb(161,141,181); }
td.TdClassName
{
border-color: #A18DB5;
}
.TagClassName
{
border-color: #A18DB5;
}
</style>