#A595AE

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

Shades of East Side #A595AE

Tints of East Side #A595AE

Color information

#A595AE (or 0xA595AE) is unknown color: approx East Side. HEX triplet: A5, 95 and AE. RGB value is (165,149,174). Sum of RGB (Red+Green+Blue) = 165+149+174=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #A595AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A595AE is #5A6A51. Grayscale: #9C9C9C. Windows color (decimal): -5925458 or 11441573. OLE color: 11441573.

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

Color convert

RGB165149174-
CMYK0.050.1400.32
HSL278.4º13.37%63.33%-
HSV(B)278.4º14.37%68.24%-
XYZ33.932.5544.54-
YUV156.63137.8133.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.81%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=33.81%
G=30.53%
B=35.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651491740.050.1400.32278.413.3763.33
HexA595AE5E020116d3f
Octal2452252565160404261577
Binary101001011001010110101110101111001000001000101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A595AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A595AE; }

 p { color: rgb(165,149,174); }

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

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

 a { background-color: rgb(165,149,174); }

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

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

 span { border-color: rgb(165,149,174); }

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