#A190AE

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

Shades of East Side #A190AE

Tints of East Side #A190AE

Color information

#A190AE (or 0xA190AE) is unknown color: approx East Side. HEX triplet: A1, 90 and AE. RGB value is (161,144,174). Sum of RGB (Red+Green+Blue) = 161+144+174=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #A190AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A190AE is #5E6F51. Grayscale: #989898. Windows color (decimal): -6188882 or 11440289. OLE color: 11440289.

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

Color convert

RGB161144174-
CMYK0.070.1700.32
HSL274º15.62%62.35%-
HSV(B)274º17.24%68.24%-
XYZ32.3130.5844.24-
YUV152.5140.13134.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=33.61%
G=30.06%
B=36.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611441740.070.1700.3227415.6262.35
HexA190AE711020112103e
Octal2412202567210404222076
Binary10100001100100001010111011110001010000010001001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190AE; }

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

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

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

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

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

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

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

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