#A19FEB

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

Shades of Wistful #A19FEB

Tints of Wistful #A19FEB

Color information

#A19FEB (or 0xA19FEB) is unknown color: approx Wistful. HEX triplet: A1, 9F and EB. RGB value is (161,159,235). Sum of RGB (Red+Green+Blue) = 161+159+235=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #A19FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19FEB is #5E6014. Grayscale: #A7A7A7. Windows color (decimal): -6184981 or 15441825. OLE color: 15441825.

HSL color Cylindrical-coordinate representation of color #A19FEB: hue angle of 241.58º degrees, saturation: 0.66, 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 #A19FEB is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161159235-
CMYK0.310.3200.08
HSL241.58º65.52%77.25%-
HSV(B)241.58º32.34%92.16%-
XYZ42.0938.3783.79-
YUV168.26165.66122.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.01%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=29.01%
G=28.65%
B=42.34%

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
Decimal1611592350.310.3200.08241.5865.5277.25
HexA19FEB1F2008f2424d
Octal2412373533740010362102115
Binary10100001100111111110101111111100000010001111001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FEB; }

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

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

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

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

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

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

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

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