#A19CF1

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

Shades of Wistful #A19CF1

Tints of Wistful #A19CF1

Color information

#A19CF1 (or 0xA19CF1) is unknown color: approx Wistful. HEX triplet: A1, 9C and F1. RGB value is (161,156,241). Sum of RGB (Red+Green+Blue) = 161+156+241=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #A19CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19CF1 is #5E630E. Grayscale: #A6A6A6. Windows color (decimal): -6185743 or 15834273. OLE color: 15834273.

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

Color convert

RGB161156241-
CMYK0.330.3500.05
HSL243.53º75.22%77.84%-
HSV(B)243.53º35.27%94.51%-
XYZ42.4637.788.26-
YUV167.18169.66123.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.85%
GREEN value IS 156 (61.33% from 255) = 27.96%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=28.85%
G=27.96%
B=43.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611562410.330.3500.05243.5375.2277.84
HexA19CF1212305f44b4e
Octal241234361414305364113116
Binary10100001100111001111000110000110001101011111010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19CF1; }

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

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

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

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

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

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

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

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