#A48EBA

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

Shades of East Side #A48EBA

Tints of East Side #A48EBA

Color information

#A48EBA (or 0xA48EBA) is unknown color: approx East Side. HEX triplet: A4, 8E and BA. RGB value is (164,142,186). Sum of RGB (Red+Green+Blue) = 164+142+186=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #A48EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EBA is #5B7145. Grayscale: #999999. Windows color (decimal): -5992774 or 12226212. OLE color: 12226212.

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

Color convert

RGB164142186-
CMYK0.120.2400.27
HSL270º24.18%64.31%-
HSV(B)270º23.66%72.94%-
XYZ33.8530.7850.61-
YUV153.59146.29135.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.33%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=33.33%
G=28.86%
B=37.80%

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
Decimal1641421860.120.2400.2727024.1864.31
HexA48EBAC1801B10e1840
Octal244216272143003341630100
Binary101001001000111010111010110011000011011100001110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EBA; }

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

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

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

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

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

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

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

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