#A48CBA

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

Shades of East Side #A48CBA

Tints of East Side #A48CBA

Color information

#A48CBA (or 0xA48CBA) is unknown color: approx East Side. HEX triplet: A4, 8C and BA. RGB value is (164,140,186). Sum of RGB (Red+Green+Blue) = 164+140+186=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #A48CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CBA is #5B7345. Grayscale: #989898. Windows color (decimal): -5993286 or 12225700. OLE color: 12225700.

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

Color convert

RGB164140186-
CMYK0.120.2500.27
HSL271.3º25%63.92%-
HSV(B)271.3º24.73%72.94%-
XYZ33.5530.1950.51-
YUV152.42146.95136.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.47%
GREEN value IS 140 (55.08% from 255) = 28.57%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=33.47%
G=28.57%
B=37.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641401860.120.2500.27271.32563.92
HexA48CBAC1901B10f1940
Octal244214272143103341731100
Binary101001001000110010111010110011001011011100001111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48CBA; }

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

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

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

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

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

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

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

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