#A19FCE

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

Shades of Wistful #A19FCE

Tints of Wistful #A19FCE

Color information

#A19FCE (or 0xA19FCE) is unknown color: approx Wistful. HEX triplet: A1, 9F and CE. RGB value is (161,159,206). Sum of RGB (Red+Green+Blue) = 161+159+206=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #A19FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FCE is #5E6031. Grayscale: #A4A4A4. Windows color (decimal): -6185010 or 13541281. OLE color: 13541281.

HSL color Cylindrical-coordinate representation of color #A19FCE: hue angle of 242.55º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A19FCE is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161159206-
CMYK0.220.2300.19
HSL242.55º32.41%71.57%-
HSV(B)242.55º22.82%80.78%-
XYZ38.2436.8363.49-
YUV164.96151.16125.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=30.61%
G=30.23%
B=39.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611592060.220.2300.19242.5532.4171.57
HexA19FCE1617013f32048
Octal241237316262702336340110
Binary1010000110011111110011101011010111010011111100111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FCE; }

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

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

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

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

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

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

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

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