#A395A9

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

Shades of East Side #A395A9

Tints of East Side #A395A9

Color information

#A395A9 (or 0xA395A9) is unknown color: approx East Side. HEX triplet: A3, 95 and A9. RGB value is (163,149,169). Sum of RGB (Red+Green+Blue) = 163+149+169=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 169 - color contains mainly: blue. Hex color #A395A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A395A9 is #5C6A56. Grayscale: #9B9B9B. Windows color (decimal): -6056535 or 11113891. OLE color: 11113891.

HSL color Cylindrical-coordinate representation of color #A395A9: hue angle of 282º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A395A9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB163149169-
CMYK0.040.1200.34
HSL282º10.42%62.35%-
HSV(B)282º11.83%66.27%-
XYZ33.0132.1542-
YUV155.47135.64133.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 169 (66.41% from 255) = 35.14%
R=33.89%
G=30.98%
B=35.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631491690.040.1200.3428210.4262.35
HexA395A94C02211aa3e
Octal2432252514140424321276
Binary101000111001010110101001100110001000101000110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395A9; }

 p { color: rgb(163,149,169); }

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

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

 a { background-color: rgb(163,149,169); }

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

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

 span { border-color: rgb(163,149,169); }

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