#A290AD

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

Shades of East Side #A290AD

Tints of East Side #A290AD

Color information

#A290AD (or 0xA290AD) is unknown color: approx East Side. HEX triplet: A2, 90 and AD. RGB value is (162,144,173). Sum of RGB (Red+Green+Blue) = 162+144+173=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #A290AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A290AD is #5D6F52. Grayscale: #989898. Windows color (decimal): -6123347 or 11374754. OLE color: 11374754.

HSL color Cylindrical-coordinate representation of color #A290AD: hue angle of 277.24º degrees, saturation: 0.15, 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 #A290AD is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162144173-
CMYK0.060.1700.32
HSL277.24º15.03%62.16%-
HSV(B)277.24º16.76%67.84%-
XYZ32.4230.6543.74-
YUV152.69139.46134.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=33.82%
G=30.06%
B=36.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621441730.060.1700.32277.2415.0362.16
HexA290AD611020115f3e
Octal2422202556210404251776
Binary1010001010010000101011011101000101000001000101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A290AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A290AD; }

 p { color: rgb(162,144,173); }

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

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

 a { background-color: rgb(162,144,173); }

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

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

 span { border-color: rgb(162,144,173); }

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