#A48BAD

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

Shades of East Side #A48BAD

Tints of East Side #A48BAD

Color information

#A48BAD (or 0xA48BAD) is unknown color: approx East Side. HEX triplet: A4, 8B and AD. RGB value is (164,139,173). Sum of RGB (Red+Green+Blue) = 164+139+173=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #A48BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48BAD is #5B7452. Grayscale: #969696. Windows color (decimal): -5993555 or 11373476. OLE color: 11373476.

HSL color Cylindrical-coordinate representation of color #A48BAD: hue angle of 284.12º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48BAD is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164139173-
CMYK0.050.2000.32
HSL284.12º17.17%61.18%-
HSV(B)284.12º19.65%67.84%-
XYZ32.0929.3743.51-
YUV150.35140.78137.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.45%
GREEN value IS 139 (54.69% from 255) = 29.20%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=34.45%
G=29.20%
B=36.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641391730.050.2000.32284.1217.1761.18
HexA48BAD51402011c113d
Octal2442132555240404342175
Binary10100100100010111010110110110100010000010001110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BAD; }

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

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

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

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

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

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

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

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