#A091EB

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

Shades of Wistful #A091EB

Tints of Wistful #A091EB

Color information

#A091EB (or 0xA091EB) is unknown color: approx Wistful. HEX triplet: A0, 91 and EB. RGB value is (160,145,235). Sum of RGB (Red+Green+Blue) = 160+145+235=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #A091EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A091EB is #5F6E14. Grayscale: #9F9F9F. Windows color (decimal): -6254101 or 15438240. OLE color: 15438240.

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

Color convert

RGB160145235-
CMYK0.320.3800.08
HSL250º69.23%74.51%-
HSV(B)250º38.3%92.16%-
XYZ39.6233.7283.02-
YUV159.74170.47128.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.63%
GREEN value IS 145 (57.03% from 255) = 26.85%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=29.63%
G=26.85%
B=43.52%

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
Decimal1601452350.320.3800.0825069.2374.51
HexA091EB202608fa454b
Octal2402213534046010372105113
Binary101000001001000111101011100000100110010001111101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091EB; }

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

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

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

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

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

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

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

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