#A195DF

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

Shades of Wistful #A195DF

Tints of Wistful #A195DF

Color information

#A195DF (or 0xA195DF) is unknown color: approx Wistful. HEX triplet: A1, 95 and DF. RGB value is (161,149,223). Sum of RGB (Red+Green+Blue) = 161+149+223=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #A195DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195DF is #5E6A20. Grayscale: #A0A0A0. Windows color (decimal): -6187553 or 14652833. OLE color: 14652833.

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

Color convert

RGB161149223-
CMYK0.280.3300.13
HSL249.73º53.62%72.94%-
HSV(B)249.73º33.18%87.45%-
XYZ38.7634.474.41-
YUV161.02162.98127.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.21%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=30.21%
G=27.95%
B=41.84%

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
Decimal1611492230.280.3300.13249.7353.6272.94
HexA195DF1C210Dfa3649
Octal241225337344101537266111
Binary1010000110010101110111111110010000101101111110101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A195DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A195DF; }

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

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

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

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

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

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

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

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