#A19FEA

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

Shades of Wistful #A19FEA

Tints of Wistful #A19FEA

Color information

#A19FEA (or 0xA19FEA) is unknown color: approx Wistful. HEX triplet: A1, 9F and EA. RGB value is (161,159,234). Sum of RGB (Red+Green+Blue) = 161+159+234=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #A19FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19FEA is #5E6015. Grayscale: #A7A7A7. Windows color (decimal): -6184982 or 15376289. OLE color: 15376289.

HSL color Cylindrical-coordinate representation of color #A19FEA: hue angle of 241.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A19FEA is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161159234-
CMYK0.310.3200.08
HSL241.6º64.1%77.06%-
HSV(B)241.6º32.05%91.76%-
XYZ41.9538.3183.03-
YUV168.15165.16122.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=29.06%
G=28.70%
B=42.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611592340.310.3200.08241.664.177.06
HexA19FEA1F2008f2404d
Octal2412373523740010362100115
Binary10100001100111111110101011111100000010001111001010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FEA; }

 p { color: rgb(161,159,234); }

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

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

 a { background-color: rgb(161,159,234); }

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

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

 span { border-color: rgb(161,159,234); }

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