#A595B6

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

Shades of East Side #A595B6

Tints of East Side #A595B6

Color information

#A595B6 (or 0xA595B6) is unknown color: approx East Side. HEX triplet: A5, 95 and B6. RGB value is (165,149,182). Sum of RGB (Red+Green+Blue) = 165+149+182=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 182 - color contains mainly: blue. Hex color #A595B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595B6 is #5A6A49. Grayscale: #9D9D9D. Windows color (decimal): -5925450 or 11965861. OLE color: 11965861.

HSL color Cylindrical-coordinate representation of color #A595B6: hue angle of 269.09º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A595B6 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165149182-
CMYK0.090.1800.29
HSL269.09º18.44%64.9%-
HSV(B)269.09º18.13%71.37%-
XYZ34.7132.8748.77-
YUV157.55141.8133.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 182 (71.48% from 255) = 36.69%
R=33.27%
G=30.04%
B=36.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651491820.090.1800.29269.0918.4464.9
HexA595B691201D10d1241
Octal245225266112203541522101
Binary101001011001010110110110100110010011101100001101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A595B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A595B6; }

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

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

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

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

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

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

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

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