#A48DAD

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

Shades of East Side #A48DAD

Tints of East Side #A48DAD

Color information

#A48DAD (or 0xA48DAD) is unknown color: approx East Side. HEX triplet: A4, 8D and AD. RGB value is (164,141,173). Sum of RGB (Red+Green+Blue) = 164+141+173=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #A48DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48DAD is #5B7252. Grayscale: #979797. Windows color (decimal): -5993043 or 11373988. OLE color: 11373988.

HSL color Cylindrical-coordinate representation of color #A48DAD: hue angle of 283.12º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A48DAD is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164141173-
CMYK0.050.1800.32
HSL283.12º16.33%61.57%-
HSV(B)283.12º18.5%67.84%-
XYZ32.3829.9643.61-
YUV151.52140.12136.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=34.31%
G=29.50%
B=36.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641411730.050.1800.32283.1216.3361.57
HexA48DAD51202011b103e
Octal2442152555220404332076
Binary10100100100011011010110110110010010000010001101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48DAD; }

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

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

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

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

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

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

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

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