#A59BAD

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

Shades of East Side #A59BAD

Tints of East Side #A59BAD

Color information

#A59BAD (or 0xA59BAD) is unknown color: approx East Side. HEX triplet: A5, 9B and AD. RGB value is (165,155,173). Sum of RGB (Red+Green+Blue) = 165+155+173=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: blue. Hex color #A59BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BAD is #5A6452. Grayscale: #9F9F9F. Windows color (decimal): -5923923 or 11377573. OLE color: 11377573.

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

Color convert

RGB165155173-
CMYK0.050.1000.32
HSL273.33º9.89%64.31%-
HSV(B)273.33º10.4%67.84%-
XYZ34.7834.4644.35-
YUV160.04135.31131.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=33.47%
G=31.44%
B=35.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651551730.050.1000.32273.339.8964.31
HexA59BAD5A020111a40
Octal24523325551204042112100
Binary1010010110011011101011011011010010000010001000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BAD; }

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

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

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

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

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

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

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

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