#A395AB

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

Shades of East Side #A395AB

Tints of East Side #A395AB

Color information

#A395AB (or 0xA395AB) is unknown color: approx East Side. HEX triplet: A3, 95 and AB. RGB value is (163,149,171). Sum of RGB (Red+Green+Blue) = 163+149+171=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #A395AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A395AB is #5C6A54. Grayscale: #9B9B9B. Windows color (decimal): -6056533 or 11244963. OLE color: 11244963.

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

Color convert

RGB163149171-
CMYK0.050.1300.33
HSL278.18º11.58%62.75%-
HSV(B)278.18º12.87%67.06%-
XYZ33.232.2243-
YUV155.69136.64133.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.75%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=33.75%
G=30.85%
B=35.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631491710.050.1300.33278.1811.5862.75
HexA395AB5D021116c3f
Octal2432252535150414261477
Binary101000111001010110101011101110101000011000101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395AB; }

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

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

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

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

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

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

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

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