#A193AE

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

Shades of East Side #A193AE

Tints of East Side #A193AE

Color information

#A193AE (or 0xA193AE) is unknown color: approx East Side. HEX triplet: A1, 93 and AE. RGB value is (161,147,174). Sum of RGB (Red+Green+Blue) = 161+147+174=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #A193AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A193AE is #5E6C51. Grayscale: #9A9A9A. Windows color (decimal): -6188114 or 11441057. OLE color: 11441057.

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

Color convert

RGB161147174-
CMYK0.070.1600.32
HSL271.11º14.29%62.94%-
HSV(B)271.11º15.52%68.24%-
XYZ32.7731.544.4-
YUV154.26139.14132.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=33.40%
G=30.50%
B=36.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611471740.070.1600.32271.1114.2962.94
HexA193AE71002010fe3f
Octal2412232567200404171677
Binary1010000110010011101011101111000001000001000011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193AE; }

 p { color: rgb(161,147,174); }

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

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

 a { background-color: rgb(161,147,174); }

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

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

 span { border-color: rgb(161,147,174); }

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