#A095DE

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

Shades of Wistful #A095DE

Tints of Wistful #A095DE

Color information

#A095DE (or 0xA095DE) is unknown color: approx Wistful. HEX triplet: A0, 95 and DE. RGB value is (160,149,222). Sum of RGB (Red+Green+Blue) = 160+149+222=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #A095DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095DE is #5F6A21. Grayscale: #A0A0A0. Windows color (decimal): -6253090 or 14587296. OLE color: 14587296.

HSL color Cylindrical-coordinate representation of color #A095DE: hue angle of 249.04º degrees, saturation: 0.53, 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 #A095DE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160149222-
CMYK0.280.3300.13
HSL249.04º52.52%72.75%-
HSV(B)249.04º32.88%87.06%-
XYZ38.4334.2473.69-
YUV160.61162.64127.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=30.13%
G=28.06%
B=41.81%

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
Decimal1601492220.280.3300.13249.0452.5272.75
HexA095DE1C210Df93549
Octal240225336344101537165111
Binary1010000010010101110111101110010000101101111110011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095DE; }

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

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

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

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

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

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

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

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