#A091DA

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

Shades of Wistful #A091DA

Tints of Wistful #A091DA

Color information

#A091DA (or 0xA091DA) is unknown color: approx Wistful. HEX triplet: A0, 91 and DA. RGB value is (160,145,218). Sum of RGB (Red+Green+Blue) = 160+145+218=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #A091DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091DA is #5F6E25. Grayscale: #9D9D9D. Windows color (decimal): -6254118 or 14324128. OLE color: 14324128.

HSL color Cylindrical-coordinate representation of color #A091DA: hue angle of 252.33º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A091DA is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160145218-
CMYK0.270.3300.15
HSL252.33º49.66%71.18%-
HSV(B)252.33º33.49%85.49%-
XYZ37.2832.7970.69-
YUV157.81161.97129.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=30.59%
G=27.72%
B=41.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601452180.270.3300.15252.3349.6671.18
HexA091DA1B210Ffc3247
Octal240221332334101737462107
Binary1010000010010001110110101101110000101111111111001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091DA; }

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

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

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

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

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

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

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

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