#A095DF

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

Shades of Wistful #A095DF

Tints of Wistful #A095DF

Color information

#A095DF (or 0xA095DF) is unknown color: approx Wistful. HEX triplet: A0, 95 and DF. RGB value is (160,149,223). Sum of RGB (Red+Green+Blue) = 160+149+223=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #A095DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095DF is #5F6A20. Grayscale: #A0A0A0. Windows color (decimal): -6253089 or 14652832. OLE color: 14652832.

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

Color convert

RGB160149223-
CMYK0.280.3300.13
HSL248.92º53.62%72.94%-
HSV(B)248.92º33.18%87.45%-
XYZ38.5634.374.4-
YUV160.72163.14127.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.08%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 223 (87.5% from 255) = 41.92%
R=30.08%
G=28.01%
B=41.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601492230.280.3300.13248.9253.6272.94
HexA095DF1C210Df93649
Octal240225337344101537166111
Binary1010000010010101110111111110010000101101111110011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095DF; }

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

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

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

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

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

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

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

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