#A090E7

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

Shades of Wistful #A090E7

Tints of Wistful #A090E7

Color information

#A090E7 (or 0xA090E7) is unknown color: approx Wistful. HEX triplet: A0, 90 and E7. RGB value is (160,144,231). Sum of RGB (Red+Green+Blue) = 160+144+231=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #A090E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A090E7 is #5F6F18. Grayscale: #9E9E9E. Windows color (decimal): -6254361 or 15175840. OLE color: 15175840.

HSL color Cylindrical-coordinate representation of color #A090E7: hue angle of 251.03º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A090E7 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB160144231-
CMYK0.310.3800.09
HSL251.03º64.44%73.53%-
HSV(B)251.03º37.66%90.59%-
XYZ38.8933.1979.96-
YUV158.7168.8128.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 231 (90.62% from 255) = 43.18%
R=29.91%
G=26.92%
B=43.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1601442310.310.3800.09251.0364.4473.53
HexA090E71F2609fb404a
Octal2402203473746011373100112
Binary10100000100100001110011111111100110010011111101110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A090E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A090E7; }

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

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

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

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

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

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

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

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