#A091DF

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

Shades of Wistful #A091DF

Tints of Wistful #A091DF

Color information

#A091DF (or 0xA091DF) is unknown color: approx Wistful. HEX triplet: A0, 91 and DF. RGB value is (160,145,223). Sum of RGB (Red+Green+Blue) = 160+145+223=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #A091DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091DF is #5F6E20. Grayscale: #9E9E9E. Windows color (decimal): -6254113 or 14651808. OLE color: 14651808.

HSL color Cylindrical-coordinate representation of color #A091DF: hue angle of 251.54º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A091DF is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160145223-
CMYK0.280.3500.13
HSL251.54º54.93%72.16%-
HSV(B)251.54º34.98%87.45%-
XYZ37.9433.0574.19-
YUV158.38164.47129.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 145 (57.03% from 255) = 27.46%
BLUE value IS 223 (87.5% from 255) = 42.23%
R=30.30%
G=27.46%
B=42.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601452230.280.3500.13251.5454.9372.16
HexA091DF1C230Dfc3748
Octal240221337344301537467110
Binary1010000010010001110111111110010001101101111111001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091DF; }

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

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

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

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

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

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

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

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