#A890AD

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

Shades of East Side #A890AD

Tints of East Side #A890AD

Color information

#A890AD (or 0xA890AD) is unknown color: approx East Side. HEX triplet: A8, 90 and AD. RGB value is (168,144,173). Sum of RGB (Red+Green+Blue) = 168+144+173=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: blue. Hex color #A890AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A890AD is #576F52. Grayscale: #9A9A9A. Windows color (decimal): -5730131 or 11374760. OLE color: 11374760.

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

Color convert

RGB168144173-
CMYK0.030.1700.32
HSL289.66º15.03%62.16%-
HSV(B)289.66º16.76%67.84%-
XYZ33.6631.2943.8-
YUV154.48138.45137.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=34.64%
G=29.69%
B=35.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681441730.030.1700.32289.6615.0362.16
HexA890AD311020122f3e
Octal2502202553210404421776
Binary101010001001000010101101111000101000001001000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A890AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A890AD; }

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

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

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

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

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

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

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

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