#A58BAD

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

Shades of East Side #A58BAD

Tints of East Side #A58BAD

Color information

#A58BAD (or 0xA58BAD) is unknown color: approx East Side. HEX triplet: A5, 8B and AD. RGB value is (165,139,173). Sum of RGB (Red+Green+Blue) = 165+139+173=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #A58BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58BAD is #5A7452. Grayscale: #969696. Windows color (decimal): -5928019 or 11373477. OLE color: 11373477.

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

Color convert

RGB165139173-
CMYK0.050.2000.32
HSL285.88º17.17%61.18%-
HSV(B)285.88º19.65%67.84%-
XYZ32.2929.4843.52-
YUV150.65140.61138.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 139 (54.69% from 255) = 29.14%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=34.59%
G=29.14%
B=36.27%

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
Decimal1651391730.050.2000.32285.8817.1761.18
HexA58BAD51402011e113d
Octal2452132555240404362175
Binary10100101100010111010110110110100010000010001111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BAD; }

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

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

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

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

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

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

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

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