#A48EB1

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

Shades of East Side #A48EB1

Tints of East Side #A48EB1

Color information

#A48EB1 (or 0xA48EB1) is unknown color: approx East Side. HEX triplet: A4, 8E and B1. RGB value is (164,142,177). Sum of RGB (Red+Green+Blue) = 164+142+177=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 177 - color contains mainly: blue. Hex color #A48EB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48EB1 is #5B714E. Grayscale: #989898. Windows color (decimal): -5992783 or 11636388. OLE color: 11636388.

HSL color Cylindrical-coordinate representation of color #A48EB1: hue angle of 277.71º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48EB1 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164142177-
CMYK0.070.2000.31
HSL277.71º18.32%62.55%-
HSV(B)277.71º19.77%69.41%-
XYZ32.9230.4145.73-
YUV152.57141.79136.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 177 (69.53% from 255) = 36.65%
R=33.95%
G=29.40%
B=36.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641421770.070.2000.31277.7118.3262.55
HexA48EB171401F116123f
Octal2442162617240374262277
Binary1010010010001110101100011111010001111110001011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EB1; }

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

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

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

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

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

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

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

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