#A48EBB

Color #A48EBB East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A48EBB

Tints of East Side #A48EBB

Color information

#A48EBB (or 0xA48EBB) is unknown color: approx East Side. HEX triplet: A4, 8E and BB. RGB value is (164,142,187). Sum of RGB (Red+Green+Blue) = 164+142+187=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #A48EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EBB is #5B7144. Grayscale: #999999. Windows color (decimal): -5992773 or 12291748. OLE color: 12291748.

HSL color Cylindrical-coordinate representation of color #A48EBB: hue angle of 269.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A48EBB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164142187-
CMYK0.120.2400.27
HSL269.33º24.86%64.51%-
HSV(B)269.33º24.06%73.33%-
XYZ33.9530.8351.17-
YUV153.71146.79135.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 142 (55.86% from 255) = 28.80%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=33.27%
G=28.80%
B=37.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641421870.120.2400.27269.3324.8664.51
HexA48EBBC1801B10d1941
Octal244216273143003341531101
Binary101001001000111010111011110011000011011100001101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EBB; }

 p { color: rgb(164,142,187); }

 H1.HeaderClassName
 {
   color: #A48EBB;
 }
 .AnyTagClassName
 {
   color: #A48EBB;
 }
</style>
background-color css

<style>
 a { background-color: #A48EBB; }

 a { background-color: rgb(164,142,187); }

 div.DivClassName
 {
   background-color: #A48EBB;
 }
 .BgClassName
 {
   background-color: #A48EBB;
 }
</style>
border-color css

<style>
 span { border-color: #A48EBB; }

 span { border-color: rgb(164,142,187); }

 td.TdClassName
 {
   border-color: #A48EBB;
 }
 .TagClassName
 {
   border-color: #A48EBB;
 }
</style>