#A39FCA

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

Shades of Wistful #A39FCA

Tints of Wistful #A39FCA

Color information

#A39FCA (or 0xA39FCA) is unknown color: approx Wistful. HEX triplet: A3, 9F and CA. RGB value is (163,159,202). Sum of RGB (Red+Green+Blue) = 163+159+202=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #A39FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FCA is #5C6035. Grayscale: #A4A4A4. Windows color (decimal): -6053942 or 13279139. OLE color: 13279139.

HSL color Cylindrical-coordinate representation of color #A39FCA: hue angle of 245.58º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A39FCA is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163159202-
CMYK0.190.2100.21
HSL245.58º28.86%70.78%-
HSV(B)245.58º21.29%79.22%-
XYZ38.1636.8560.98-
YUV165.1148.83126.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.11%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=31.11%
G=30.34%
B=38.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631592020.190.2100.21245.5828.8670.78
HexA39FCA1315015f61d47
Octal243237312232502536635107
Binary101000111001111111001010100111010101010111110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FCA; }

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

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

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

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

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

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

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

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