#A48BB3

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

Shades of East Side #A48BB3

Tints of East Side #A48BB3

Color information

#A48BB3 (or 0xA48BB3) is unknown color: approx East Side. HEX triplet: A4, 8B and B3. RGB value is (164,139,179). Sum of RGB (Red+Green+Blue) = 164+139+179=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 179 - color contains mainly: blue. Hex color #A48BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BB3 is #5B744C. Grayscale: #969696. Windows color (decimal): -5993549 or 11766692. OLE color: 11766692.

HSL color Cylindrical-coordinate representation of color #A48BB3: hue angle of 277.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A48BB3 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB164139179-
CMYK0.080.2200.30
HSL277.5º20.83%62.35%-
HSV(B)277.5º22.35%70.2%-
XYZ32.6829.6146.64-
YUV151.04143.78137.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 139 (54.69% from 255) = 28.84%
BLUE value IS 179 (70.31% from 255) = 37.14%
R=34.02%
G=28.84%
B=37.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641391790.080.2200.30277.520.8362.35
HexA48BB381601E116153e
Octal24421326310260364262576
Binary10100100100010111011001110001011001111010001011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BB3; }

 p { color: rgb(164,139,179); }

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

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

 a { background-color: rgb(164,139,179); }

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

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

 span { border-color: rgb(164,139,179); }

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