#A19AF1

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

Shades of Wistful #A19AF1

Tints of Wistful #A19AF1

Color information

#A19AF1 (or 0xA19AF1) is unknown color: approx Wistful. HEX triplet: A1, 9A and F1. RGB value is (161,154,241). Sum of RGB (Red+Green+Blue) = 161+154+241=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #A19AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19AF1 is #5E650E. Grayscale: #A5A5A5. Windows color (decimal): -6186255 or 15833761. OLE color: 15833761.

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

Color convert

RGB161154241-
CMYK0.330.3600.05
HSL244.83º75.65%77.45%-
HSV(B)244.83º36.1%94.51%-
XYZ42.1337.0488.15-
YUV166.01170.32124.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 154 (60.55% from 255) = 27.70%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=28.96%
G=27.70%
B=43.35%

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
Decimal1611542410.330.3600.05244.8375.6577.45
HexA19AF1212405f54c4d
Octal241232361414405365114115
Binary10100001100110101111000110000110010001011111010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AF1; }

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

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

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

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

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

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

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

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