Shades of East Side #A48FB8
Tints of East Side #A48FB8
RGB
CMYK
RGB Variations
Color information
#A48FB8 (or 0xA48FB8) is known color: East Side. HEX triplet: A4, 8F and B8. RGB value is (164,143,184). Sum of RGB (Red+Green+Blue) = 164+143+184=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 184 - color contains mainly: blue. Hex color #A48FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FB8 is #5B7047. Grayscale: #999999. Windows color (decimal): -5992520 or 12095396. OLE color: 12095396.
HSL color Cylindrical-coordinate representation of color #A48FB8: hue angle of 270.73º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A48FB8 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 164 | 143 | 184 | - |
CMYK | 0.11 | 0.22 | 0 | 0.28 |
HSL | 270.73º | 0.22% | 0.64% | - |
HSV(B) | 270.73º | 0.22% | 0.72% | - |
XYZ | 33.78 | 31 | 49.55 | - |
YUV | 153.95 | 144.96 | 135.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 143 | 184 | 0.11 | 0.22 | 0 | 0.28 | 270.73 | 0.22 | 0.64 |
Hex | A4 | 8F | B8 | B | 16 | 0 | 1C | 10F | 16 | 40 |
Octal | 244 | 217 | 270 | 13 | 26 | 0 | 34 | 417 | 26 | 100 |
Binary | 10100100 | 10001111 | 10111000 | 1011 | 10110 | 0 | 11100 | 100001111 | 10110 | 1000000 |
Color Harmonies of #A48FB8
Complementary color
Monochromatic Colors of #A48FB8
Black with #A48FB8
Text Example
Text Example
White with #A48FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48FB8; }
p { color: rgb(164,143,184); }
H1.HeaderClassName
{
color: #A48FB8;
}
.AnyTagClassName
{
color: #A48FB8;
}
</style>
background-color css
<style>
a { background-color: #A48FB8; }
a { background-color: rgb(164,143,184); }
div.DivClassName
{
background-color: #A48FB8;
}
.BgClassName
{
background-color: #A48FB8;
}
</style>
border-color css
<style>
span { border-color: #A48FB8; }
span { border-color: rgb(164,143,184); }
td.TdClassName
{
border-color: #A48FB8;
}
.TagClassName
{
border-color: #A48FB8;
}
</style>