#A091F5

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

Shades of Wistful #A091F5

Tints of Wistful #A091F5

Color information

#A091F5 (or 0xA091F5) is unknown color: approx Wistful. HEX triplet: A0, 91 and F5. RGB value is (160,145,245). Sum of RGB (Red+Green+Blue) = 160+145+245=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 245 (96.09% from 255 or 44.55% from 550); Max value from RGB is 245 - color contains mainly: blue. Hex color #A091F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A091F5 is #5F6E0A. Grayscale: #A0A0A0. Windows color (decimal): -6254091 or 16093600. OLE color: 16093600.

HSL color Cylindrical-coordinate representation of color #A091F5: hue angle of 249º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A091F5 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB160145245-
CMYK0.350.4100.04
HSL249º83.33%76.47%-
HSV(B)249º40.82%96.08%-
XYZ41.134.3290.84-
YUV160.88175.47127.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.09%
GREEN value IS 145 (57.03% from 255) = 26.36%
BLUE value IS 245 (96.09% from 255) = 44.55%
R=29.09%
G=26.36%
B=44.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1601452450.350.4100.0424983.3376.47
HexA091F5232904f9534c
Octal240221365435104371123114
Binary10100000100100011111010110001110100101001111100110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091F5; }

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

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

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

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

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

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

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

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