#A19BF1

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

Shades of Wistful #A19BF1

Tints of Wistful #A19BF1

Color information

#A19BF1 (or 0xA19BF1) is unknown color: approx Wistful. HEX triplet: A1, 9B and F1. RGB value is (161,155,241). Sum of RGB (Red+Green+Blue) = 161+155+241=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #A19BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19BF1 is #5E640E. Grayscale: #A6A6A6. Windows color (decimal): -6185999 or 15834017. OLE color: 15834017.

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

Color convert

RGB161155241-
CMYK0.330.3600.05
HSL244.19º75.44%77.65%-
HSV(B)244.19º35.68%94.51%-
XYZ42.337.3788.2-
YUV166.6169.99124.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 155 (60.94% from 255) = 27.83%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=28.90%
G=27.83%
B=43.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611552410.330.3600.05244.1975.4477.65
HexA19BF1212405f44b4e
Octal241233361414405364113116
Binary10100001100110111111000110000110010001011111010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BF1; }

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

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

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

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

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

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

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

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