#A091EA

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

Shades of Wistful #A091EA

Tints of Wistful #A091EA

Color information

#A091EA (or 0xA091EA) is unknown color: approx Wistful. HEX triplet: A0, 91 and EA. RGB value is (160,145,234). Sum of RGB (Red+Green+Blue) = 160+145+234=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #A091EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A091EA is #5F6E15. Grayscale: #9F9F9F. Windows color (decimal): -6254102 or 15372704. OLE color: 15372704.

HSL color Cylindrical-coordinate representation of color #A091EA: hue angle of 250.11º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A091EA is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160145234-
CMYK0.320.3800.08
HSL250.11º67.94%74.31%-
HSV(B)250.11º38.03%91.76%-
XYZ39.4733.6682.26-
YUV159.63169.97128.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 145 (57.03% from 255) = 26.90%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=29.68%
G=26.90%
B=43.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601452340.320.3800.08250.1167.9474.31
HexA091EA202608fa444a
Octal2402213524046010372104112
Binary101000001001000111101010100000100110010001111101010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091EA; }

 p { color: rgb(160,145,234); }

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

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

 a { background-color: rgb(160,145,234); }

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

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

 span { border-color: rgb(160,145,234); }

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