#A091F4

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

Shades of Wistful #A091F4

Tints of Wistful #A091F4

Color information

#A091F4 (or 0xA091F4) is unknown color: approx Wistful. HEX triplet: A0, 91 and F4. RGB value is (160,145,244). Sum of RGB (Red+Green+Blue) = 160+145+244=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #A091F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A091F4 is #5F6E0B. Grayscale: #A0A0A0. Windows color (decimal): -6254092 or 16028064. OLE color: 16028064.

HSL color Cylindrical-coordinate representation of color #A091F4: hue angle of 249.09º degrees, saturation: 0.82, 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 #A091F4 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB160145244-
CMYK0.340.4100.04
HSL249.09º81.82%76.27%-
HSV(B)249.09º40.57%95.69%-
XYZ40.9534.2690.04-
YUV160.77174.97127.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.14%
GREEN value IS 145 (57.03% from 255) = 26.41%
BLUE value IS 244 (95.70% from 255) = 44.44%
R=29.14%
G=26.41%
B=44.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1601452440.340.4100.04249.0981.8276.27
HexA091F4222904f9524c
Octal240221364425104371122114
Binary10100000100100011111010010001010100101001111100110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091F4; }

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

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

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

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

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

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

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

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