Shades of East Side #A48FAC
Tints of East Side #A48FAC
RGB
CMYK
RGB Variations
Color information
#A48FAC (or 0xA48FAC) is known color: East Side. HEX triplet: A4, 8F and AC. RGB value is (164,143,172). Sum of RGB (Red+Green+Blue) = 164+143+172=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #A48FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48FAC is #5B7053. Grayscale: #989898. Windows color (decimal): -5992532 or 11308964. OLE color: 11308964.
HSL color Cylindrical-coordinate representation of color #A48FAC: hue angle of 283.45º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A48FAC is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 143 | 172 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.33 |
| HSL | 283.45º | 0.15% | 0.62% | - |
| HSV(B) | 283.45º | 0.17% | 0.67% | - |
| XYZ | 32.58 | 30.52 | 43.2 | - |
| YUV | 152.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 172 | 0.05 | 0.17 | 0 | 0.33 | 283.45 | 0.15 | 0.62 |
| Hex | A4 | 8F | AC | 5 | 11 | 0 | 21 | 11B | F | 3E |
| Octal | 244 | 217 | 254 | 5 | 21 | 0 | 41 | 433 | 17 | 76 |
| Binary | 10100100 | 10001111 | 10101100 | 101 | 10001 | 0 | 100001 | 100011011 | 1111 | 111110 |
Color Harmonies of #A48FAC
Complementary color
Monochromatic Colors of #A48FAC
Black with #A48FAC
Text Example
Text Example
White with #A48FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48FAC; }
p { color: rgb(164,143,172); }
H1.HeaderClassName
{
color: #A48FAC;
}
.AnyTagClassName
{
color: #A48FAC;
}
</style>
background-color css
<style>
a { background-color: #A48FAC; }
a { background-color: rgb(164,143,172); }
div.DivClassName
{
background-color: #A48FAC;
}
.BgClassName
{
background-color: #A48FAC;
}
</style>
border-color css
<style>
span { border-color: #A48FAC; }
span { border-color: rgb(164,143,172); }
td.TdClassName
{
border-color: #A48FAC;
}
.TagClassName
{
border-color: #A48FAC;
}
</style>