Shades of East Side #A48BB7
Tints of East Side #A48BB7
RGB
CMYK
RGB Variations
Color information
#A48BB7 (or 0xA48BB7) is known color: East Side. HEX triplet: A4, 8B and B7. RGB value is (164,139,183). Sum of RGB (Red+Green+Blue) = 164+139+183=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 183 - color contains mainly: blue. Hex color #A48BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BB7 is #5B7448. Grayscale: #979797. Windows color (decimal): -5993545 or 12028836. OLE color: 12028836.
HSL color Cylindrical-coordinate representation of color #A48BB7: hue angle of 274.09º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A48BB7 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 139 | 183 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.28 |
| HSL | 274.09º | 0.23% | 0.63% | - |
| HSV(B) | 274.09º | 0.24% | 0.72% | - |
| XYZ | 33.09 | 29.78 | 48.8 | - |
| YUV | 151.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 183 | 0.10 | 0.24 | 0 | 0.28 | 274.09 | 0.23 | 0.63 |
| Hex | A4 | 8B | B7 | A | 18 | 0 | 1C | 112 | 17 | 3F |
| Octal | 244 | 213 | 267 | 12 | 30 | 0 | 34 | 422 | 27 | 77 |
| Binary | 10100100 | 10001011 | 10110111 | 1010 | 11000 | 0 | 11100 | 100010010 | 10111 | 111111 |
Color Harmonies of #A48BB7
Complementary color
Monochromatic Colors of #A48BB7
Black with #A48BB7
Text Example
Text Example
White with #A48BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48BB7; }
p { color: rgb(164,139,183); }
H1.HeaderClassName
{
color: #A48BB7;
}
.AnyTagClassName
{
color: #A48BB7;
}
</style>
background-color css
<style>
a { background-color: #A48BB7; }
a { background-color: rgb(164,139,183); }
div.DivClassName
{
background-color: #A48BB7;
}
.BgClassName
{
background-color: #A48BB7;
}
</style>
border-color css
<style>
span { border-color: #A48BB7; }
span { border-color: rgb(164,139,183); }
td.TdClassName
{
border-color: #A48BB7;
}
.TagClassName
{
border-color: #A48BB7;
}
</style>