#A48EB7

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

Shades of East Side #A48EB7

Tints of East Side #A48EB7

Color information

#A48EB7 (or 0xA48EB7) is unknown color: approx East Side. HEX triplet: A4, 8E and B7. RGB value is (164,142,183). Sum of RGB (Red+Green+Blue) = 164+142+183=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 183 - color contains mainly: blue. Hex color #A48EB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EB7 is #5B7148. Grayscale: #999999. Windows color (decimal): -5992777 or 12029604. OLE color: 12029604.

HSL color Cylindrical-coordinate representation of color #A48EB7: hue angle of 272.2º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A48EB7 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB164142183-
CMYK0.100.2200.28
HSL272.2º22.16%63.73%-
HSV(B)272.2º22.4%71.76%-
XYZ33.5330.6648.95-
YUV153.25144.79135.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=33.54%
G=29.04%
B=37.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641421830.100.2200.28272.222.1663.73
HexA48EB7A1601C1101640
Octal244216267122603442026100
Binary101001001000111010110111101010110011100100010000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48EB7; }

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

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

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

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

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

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

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

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