#A490AB

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

Shades of East Side #A490AB

Tints of East Side #A490AB

Color information

#A490AB (or 0xA490AB) is unknown color: approx East Side. HEX triplet: A4, 90 and AB. RGB value is (164,144,171). Sum of RGB (Red+Green+Blue) = 164+144+171=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #A490AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A490AB is #5B6F54. Grayscale: #989898. Windows color (decimal): -5992277 or 11243684. OLE color: 11243684.

HSL color Cylindrical-coordinate representation of color #A490AB: hue angle of 284.44º 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 #A490AB is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164144171-
CMYK0.040.1600.33
HSL284.44º13.85%61.76%-
HSV(B)284.44º15.79%67.06%-
XYZ32.6330.7842.75-
YUV153.06138.13135.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.24%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=34.24%
G=30.06%
B=35.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641441710.040.1600.33284.4413.8561.76
HexA490AB41002111ce3e
Octal2442202534200414341676
Binary1010010010010000101010111001000001000011000111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490AB; }

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

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

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

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

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

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

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

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