#A39FCF

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

Shades of Wistful #A39FCF

Tints of Wistful #A39FCF

Color information

#A39FCF (or 0xA39FCF) is unknown color: approx Wistful. HEX triplet: A3, 9F and CF. RGB value is (163,159,207). Sum of RGB (Red+Green+Blue) = 163+159+207=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #A39FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FCF is #5C6030. Grayscale: #A5A5A5. Windows color (decimal): -6053937 or 13606819. OLE color: 13606819.

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

Color convert

RGB163159207-
CMYK0.210.2300.19
HSL245º33.33%71.76%-
HSV(B)245º23.19%81.18%-
XYZ38.7637.0964.15-
YUV165.67151.33126.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.81%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=30.81%
G=30.06%
B=39.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631592070.210.2300.1924533.3371.76
HexA39FCF1517013f52148
Octal243237317252702336541110
Binary1010001110011111110011111010110111010011111101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FCF; }

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

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

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

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

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

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

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

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