#A58DAB

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

Shades of East Side #A58DAB

Tints of East Side #A58DAB

Color information

#A58DAB (or 0xA58DAB) is unknown color: approx East Side. HEX triplet: A5, 8D and AB. RGB value is (165,141,171). Sum of RGB (Red+Green+Blue) = 165+141+171=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #A58DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58DAB is #5A7254. Grayscale: #979797. Windows color (decimal): -5927509 or 11242917. OLE color: 11242917.

HSL color Cylindrical-coordinate representation of color #A58DAB: hue angle of 288º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A58DAB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165141171-
CMYK0.040.1800.33
HSL288º15.15%61.18%-
HSV(B)288º17.54%67.06%-
XYZ32.3929.9942.61-
YUV151.6138.95137.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 141 (55.47% from 255) = 29.56%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=34.59%
G=29.56%
B=35.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651411710.040.1800.3328815.1561.18
HexA58DAB412021120f3d
Octal2452152534220414401775
Binary1010010110001101101010111001001001000011001000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DAB; }

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

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

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

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

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

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

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

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