#A195F1

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

Shades of Wistful #A195F1

Tints of Wistful #A195F1

Color information

#A195F1 (or 0xA195F1) is unknown color: approx Wistful. HEX triplet: A1, 95 and F1. RGB value is (161,149,241). Sum of RGB (Red+Green+Blue) = 161+149+241=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #A195F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A195F1 is #5E6A0E. Grayscale: #A2A2A2. Windows color (decimal): -6187535 or 15832481. OLE color: 15832481.

HSL color Cylindrical-coordinate representation of color #A195F1: hue angle of 247.83º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A195F1 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161149241-
CMYK0.330.3800.05
HSL247.83º76.67%76.47%-
HSV(B)247.83º38.17%94.51%-
XYZ41.3235.4287.88-
YUV163.08171.98126.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.22%
GREEN value IS 149 (58.59% from 255) = 27.04%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=29.22%
G=27.04%
B=43.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611492410.330.3800.05247.8376.6776.47
HexA195F1212605f84d4c
Octal241225361414605370115114
Binary10100001100101011111000110000110011001011111100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A195F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A195F1; }

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

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

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

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

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

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

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

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