#A090AB

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

Shades of East Side #A090AB

Tints of East Side #A090AB

Color information

#A090AB (or 0xA090AB) is unknown color: approx East Side. HEX triplet: A0, 90 and AB. RGB value is (160,144,171). Sum of RGB (Red+Green+Blue) = 160+144+171=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #A090AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A090AB is #5F6F54. Grayscale: #979797. Windows color (decimal): -6254421 or 11243680. OLE color: 11243680.

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

Color convert

RGB160144171-
CMYK0.060.1600.33
HSL275.56º13.85%61.76%-
HSV(B)275.56º15.79%67.06%-
XYZ31.8230.3642.71-
YUV151.86138.8133.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 171 (67.19% from 255) = 36%
R=33.68%
G=30.32%
B=36%

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
Decimal1601441710.060.1600.33275.5613.8561.76
HexA090AB610021114e3e
Octal2402202536200414241676
Binary1010000010010000101010111101000001000011000101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A090AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A090AB; }

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

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

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

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

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

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

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

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