#A190AB

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

Shades of East Side #A190AB

Tints of East Side #A190AB

Color information

#A190AB (or 0xA190AB) is unknown color: approx East Side. HEX triplet: A1, 90 and AB. RGB value is (161,144,171). Sum of RGB (Red+Green+Blue) = 161+144+171=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #A190AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A190AB is #5E6F54. Grayscale: #989898. Windows color (decimal): -6188885 or 11243681. OLE color: 11243681.

HSL color Cylindrical-coordinate representation of color #A190AB: hue angle of 277.78º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A190AB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161144171-
CMYK0.060.1600.33
HSL277.78º13.85%61.76%-
HSV(B)277.78º15.79%67.06%-
XYZ32.0230.4642.72-
YUV152.16138.63134.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=33.82%
G=30.25%
B=35.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611441710.060.1600.33277.7813.8561.76
HexA190AB610021116e3e
Octal2412202536200414261676
Binary1010000110010000101010111101000001000011000101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190AB; }

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

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

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

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

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

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

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

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