#A090E5

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

Shades of Wistful #A090E5

Tints of Wistful #A090E5

Color information

#A090E5 (or 0xA090E5) is unknown color: approx Wistful. HEX triplet: A0, 90 and E5. RGB value is (160,144,229). Sum of RGB (Red+Green+Blue) = 160+144+229=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #A090E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090E5 is #5F6F1A. Grayscale: #9E9E9E. Windows color (decimal): -6254363 or 15044768. OLE color: 15044768.

HSL color Cylindrical-coordinate representation of color #A090E5: hue angle of 251.29º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A090E5 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB160144229-
CMYK0.300.3700.10
HSL251.29º62.04%73.14%-
HSV(B)251.29º37.12%89.8%-
XYZ38.6133.0878.48-
YUV158.47167.8129.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 144 (56.64% from 255) = 27.02%
BLUE value IS 229 (89.84% from 255) = 42.96%
R=30.02%
G=27.02%
B=42.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1601442290.300.3700.10251.2962.0473.14
HexA090E51E250Afb3e49
Octal240220345364501237376111
Binary1010000010010000111001011111010010101010111110111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A090E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A090E5; }

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

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

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

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

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

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

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

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