#A19AF5

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

Shades of Wistful #A19AF5

Tints of Wistful #A19AF5

Color information

#A19AF5 (or 0xA19AF5) is unknown color: approx Wistful. HEX triplet: A1, 9A and F5. RGB value is (161,154,245). Sum of RGB (Red+Green+Blue) = 161+154+245=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 245 - color contains mainly: blue. Hex color #A19AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19AF5 is #5E650A. Grayscale: #A6A6A6. Windows color (decimal): -6186251 or 16095905. OLE color: 16095905.

HSL color Cylindrical-coordinate representation of color #A19AF5: hue angle of 244.62º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A19AF5 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB161154245-
CMYK0.340.3700.04
HSL244.62º81.98%78.24%-
HSV(B)244.62º37.14%96.08%-
XYZ42.7337.2891.33-
YUV166.47172.32124.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.75%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 245 (96.09% from 255) = 43.75%
R=28.75%
G=27.5%
B=43.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1611542450.340.3700.04244.6281.9878.24
HexA19AF5222504f5524e
Octal241232365424504365122116
Binary10100001100110101111010110001010010101001111010110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19AF5; }

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

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

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

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

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

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

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

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