#A48EAC

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

Shades of East Side #A48EAC

Tints of East Side #A48EAC

Color information

#A48EAC (or 0xA48EAC) is unknown color: approx East Side. HEX triplet: A4, 8E and AC. RGB value is (164,142,172). Sum of RGB (Red+Green+Blue) = 164+142+172=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #A48EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48EAC is #5B7153. Grayscale: #979797. Windows color (decimal): -5992788 or 11308708. OLE color: 11308708.

HSL color Cylindrical-coordinate representation of color #A48EAC: hue angle of 284º 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 #A48EAC is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164142172-
CMYK0.050.1700.33
HSL284º15.31%61.57%-
HSV(B)284º17.44%67.45%-
XYZ32.4330.2243.15-
YUV152139.29136.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 142 (55.86% from 255) = 29.71%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=34.31%
G=29.71%
B=35.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641421720.050.1700.3328415.3161.57
HexA48EAC51102111cf3e
Octal2442162545210414341776
Binary1010010010001110101011001011000101000011000111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EAC; }

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

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

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

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

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

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

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

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