Shades of East Side #A48DB5
Tints of East Side #A48DB5
RGB
CMYK
RGB Variations
Color information
#A48DB5 (or 0xA48DB5) is known color: East Side. HEX triplet: A4, 8D and B5. RGB value is (164,141,181). Sum of RGB (Red+Green+Blue) = 164+141+181=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 181 - color contains mainly: blue. Hex color #A48DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DB5 is #5B724A. Grayscale: #989898. Windows color (decimal): -5993035 or 11898276. OLE color: 11898276.
HSL color Cylindrical-coordinate representation of color #A48DB5: hue angle of 274.5º 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 #A48DB5 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 141 | 181 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.29 |
| HSL | 274.5º | 0.21% | 0.63% | - |
| HSV(B) | 274.5º | 0.22% | 0.71% | - |
| XYZ | 33.18 | 30.28 | 47.81 | - |
| YUV | 152.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 181 | 0.09 | 0.22 | 0 | 0.29 | 274.5 | 0.21 | 0.63 |
| Hex | A4 | 8D | B5 | 9 | 16 | 0 | 1D | 112 | 15 | 3F |
| Octal | 244 | 215 | 265 | 11 | 26 | 0 | 35 | 422 | 25 | 77 |
| Binary | 10100100 | 10001101 | 10110101 | 1001 | 10110 | 0 | 11101 | 100010010 | 10101 | 111111 |
Color Harmonies of #A48DB5
Complementary color
Monochromatic Colors of #A48DB5
Black with #A48DB5
Text Example
Text Example
White with #A48DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48DB5; }
p { color: rgb(164,141,181); }
H1.HeaderClassName
{
color: #A48DB5;
}
.AnyTagClassName
{
color: #A48DB5;
}
</style>
background-color css
<style>
a { background-color: #A48DB5; }
a { background-color: rgb(164,141,181); }
div.DivClassName
{
background-color: #A48DB5;
}
.BgClassName
{
background-color: #A48DB5;
}
</style>
border-color css
<style>
span { border-color: #A48DB5; }
span { border-color: rgb(164,141,181); }
td.TdClassName
{
border-color: #A48DB5;
}
.TagClassName
{
border-color: #A48DB5;
}
</style>