#A195DE

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

Shades of Wistful #A195DE

Tints of Wistful #A195DE

Color information

#A195DE (or 0xA195DE) is unknown color: approx Wistful. HEX triplet: A1, 95 and DE. RGB value is (161,149,222). Sum of RGB (Red+Green+Blue) = 161+149+222=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #A195DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195DE is #5E6A21. Grayscale: #A0A0A0. Windows color (decimal): -6187554 or 14587297. OLE color: 14587297.

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

Color convert

RGB161149222-
CMYK0.270.3300.13
HSL249.86º52.52%72.75%-
HSV(B)249.86º32.88%87.06%-
XYZ38.6334.3573.7-
YUV160.91162.48128.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=30.26%
G=28.01%
B=41.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611492220.270.3300.13249.8652.5272.75
HexA195DE1B210Dfa3549
Octal241225336334101537265111
Binary1010000110010101110111101101110000101101111110101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A195DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A195DE; }

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

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

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

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

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

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

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

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