#A59AB0

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

Shades of East Side #A59AB0

Tints of East Side #A59AB0

Color information

#A59AB0 (or 0xA59AB0) is unknown color: approx East Side. HEX triplet: A5, 9A and B0. RGB value is (165,154,176). Sum of RGB (Red+Green+Blue) = 165+154+176=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 176 - color contains mainly: blue. Hex color #A59AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59AB0 is #5A654F. Grayscale: #9F9F9F. Windows color (decimal): -5924176 or 11573925. OLE color: 11573925.

HSL color Cylindrical-coordinate representation of color #A59AB0: hue angle of 270º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A59AB0 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165154176-
CMYK0.060.1200.31
HSL270º12.22%64.71%-
HSV(B)270º12.5%69.02%-
XYZ34.9134.2545.84-
YUV159.8137.14131.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 176 (69.14% from 255) = 35.56%
R=33.33%
G=31.11%
B=35.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651541760.060.1200.3127012.2264.71
HexA59AB06C01F10ec41
Octal24523226061403741614101
Binary101001011001101010110000110110001111110000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59AB0; }

 p { color: rgb(165,154,176); }

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

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

 a { background-color: rgb(165,154,176); }

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

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

 span { border-color: rgb(165,154,176); }

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