#A091EC

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

Shades of Wistful #A091EC

Tints of Wistful #A091EC

Color information

#A091EC (or 0xA091EC) is unknown color: approx Wistful. HEX triplet: A0, 91 and EC. RGB value is (160,145,236). Sum of RGB (Red+Green+Blue) = 160+145+236=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #A091EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A091EC is #5F6E13. Grayscale: #9F9F9F. Windows color (decimal): -6254100 or 15503776. OLE color: 15503776.

HSL color Cylindrical-coordinate representation of color #A091EC: hue angle of 249.89º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A091EC is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160145236-
CMYK0.320.3900.07
HSL249.89º70.54%74.71%-
HSV(B)249.89º38.56%92.55%-
XYZ39.7633.7883.78-
YUV159.86170.97128.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.57%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=29.57%
G=26.80%
B=43.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601452360.320.3900.07249.8970.5474.71
HexA091EC202707fa474b
Octal240221354404707372107113
Binary10100000100100011110110010000010011101111111101010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091EC; }

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

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

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

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

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

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

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

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