#A490AD

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

Shades of East Side #A490AD

Tints of East Side #A490AD

Color information

#A490AD (or 0xA490AD) is unknown color: approx East Side. HEX triplet: A4, 90 and AD. RGB value is (164,144,173). Sum of RGB (Red+Green+Blue) = 164+144+173=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #A490AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A490AD is #5B6F52. Grayscale: #999999. Windows color (decimal): -5992275 or 11374756. OLE color: 11374756.

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

Color convert

RGB164144173-
CMYK0.050.1700.32
HSL281.38º15.03%62.16%-
HSV(B)281.38º16.76%67.84%-
XYZ32.8330.8643.76-
YUV153.29139.13135.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=34.10%
G=29.94%
B=35.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641441730.050.1700.32281.3815.0362.16
HexA490AD511020119f3e
Octal2442202555210404311776
Binary1010010010010000101011011011000101000001000110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490AD; }

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

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

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

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

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

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

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

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