#A091DB

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

Shades of Wistful #A091DB

Tints of Wistful #A091DB

Color information

#A091DB (or 0xA091DB) is unknown color: approx Wistful. HEX triplet: A0, 91 and DB. RGB value is (160,145,219). Sum of RGB (Red+Green+Blue) = 160+145+219=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #A091DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091DB is #5F6E24. Grayscale: #9D9D9D. Windows color (decimal): -6254117 or 14389664. OLE color: 14389664.

HSL color Cylindrical-coordinate representation of color #A091DB: hue angle of 252.16º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A091DB is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160145219-
CMYK0.270.3400.14
HSL252.16º50.68%71.37%-
HSV(B)252.16º33.79%85.88%-
XYZ37.4132.8471.38-
YUV157.92162.47129.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.53%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=30.53%
G=27.67%
B=41.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601452190.270.3400.14252.1650.6871.37
HexA091DB1B220Efc3347
Octal240221333334201637463107
Binary1010000010010001110110111101110001001110111111001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091DB; }

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

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

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

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

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

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

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

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