#A19FCF

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

Shades of Wistful #A19FCF

Tints of Wistful #A19FCF

Color information

#A19FCF (or 0xA19FCF) is unknown color: approx Wistful. HEX triplet: A1, 9F and CF. RGB value is (161,159,207). Sum of RGB (Red+Green+Blue) = 161+159+207=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #A19FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FCF is #5E6030. Grayscale: #A4A4A4. Windows color (decimal): -6185009 or 13606817. OLE color: 13606817.

HSL color Cylindrical-coordinate representation of color #A19FCF: hue angle of 242.5º degrees, saturation: 0.33, 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 #A19FCF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161159207-
CMYK0.220.2300.19
HSL242.5º33.33%71.76%-
HSV(B)242.5º23.19%81.18%-
XYZ38.3636.8864.13-
YUV165.07151.66125.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.55%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=30.55%
G=30.17%
B=39.28%

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
Decimal1611592070.220.2300.19242.533.3371.76
HexA19FCF1617013f22148
Octal241237317262702336241110
Binary1010000110011111110011111011010111010011111100101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FCF; }

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

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

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

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

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

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

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

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