#A390AB

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

Shades of East Side #A390AB

Tints of East Side #A390AB

Color information

#A390AB (or 0xA390AB) is unknown color: approx East Side. HEX triplet: A3, 90 and AB. RGB value is (163,144,171). Sum of RGB (Red+Green+Blue) = 163+144+171=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #A390AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A390AB is #5C6F54. Grayscale: #989898. Windows color (decimal): -6057813 or 11243683. OLE color: 11243683.

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

Color convert

RGB163144171-
CMYK0.050.1600.33
HSL282.22º13.85%61.76%-
HSV(B)282.22º15.79%67.06%-
XYZ32.4330.6742.74-
YUV152.76138.29135.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 144 (56.64% from 255) = 30.13%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=34.10%
G=30.13%
B=35.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631441710.050.1600.33282.2213.8561.76
HexA390AB51002111ae3e
Octal2432202535200414321676
Binary1010001110010000101010111011000001000011000110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390AB; }

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

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

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

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

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

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

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

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