#A58DAD

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

Shades of East Side #A58DAD

Tints of East Side #A58DAD

Color information

#A58DAD (or 0xA58DAD) is unknown color: approx East Side. HEX triplet: A5, 8D and AD. RGB value is (165,141,173). Sum of RGB (Red+Green+Blue) = 165+141+173=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #A58DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58DAD is #5A7252. Grayscale: #979797. Windows color (decimal): -5927507 or 11373989. OLE color: 11373989.

HSL color Cylindrical-coordinate representation of color #A58DAD: hue angle of 285º 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 #A58DAD is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165141173-
CMYK0.050.1800.32
HSL285º16.33%61.57%-
HSV(B)285º18.5%67.84%-
XYZ32.5830.0743.62-
YUV151.82139.95137.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=34.45%
G=29.44%
B=36.12%

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
Decimal1651411730.050.1800.3228516.3361.57
HexA58DAD51202011d103e
Octal2452152555220404352076
Binary10100101100011011010110110110010010000010001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DAD; }

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

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

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

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

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

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

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

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