#A48EB5

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

Shades of East Side #A48EB5

Tints of East Side #A48EB5

Color information

#A48EB5 (or 0xA48EB5) is unknown color: approx East Side. HEX triplet: A4, 8E and B5. RGB value is (164,142,181). Sum of RGB (Red+Green+Blue) = 164+142+181=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 181 - color contains mainly: blue. Hex color #A48EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EB5 is #5B714A. Grayscale: #989898. Windows color (decimal): -5992779 or 11898532. OLE color: 11898532.

HSL color Cylindrical-coordinate representation of color #A48EB5: hue angle of 273.85º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A48EB5 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164142181-
CMYK0.090.2200.29
HSL273.85º20.86%63.33%-
HSV(B)273.85º21.55%70.98%-
XYZ33.3230.5747.86-
YUV153.02143.79135.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 181 (71.09% from 255) = 37.17%
R=33.68%
G=29.16%
B=37.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641421810.090.2200.29273.8520.8663.33
HexA48EB591601D112153f
Octal24421626511260354222577
Binary10100100100011101011010110011011001110110001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EB5; }

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

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

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

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

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

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

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

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