#A39CC0

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

Shades of Wistful #A39CC0

Tints of Wistful #A39CC0

Color information

#A39CC0 (or 0xA39CC0) is unknown color: approx Wistful. HEX triplet: A3, 9C and C0. RGB value is (163,156,192). Sum of RGB (Red+Green+Blue) = 163+156+192=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #A39CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39CC0 is #5C633F. Grayscale: #A2A2A2. Windows color (decimal): -6054720 or 12623011. OLE color: 12623011.

HSL color Cylindrical-coordinate representation of color #A39CC0: hue angle of 251.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A39CC0 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163156192-
CMYK0.150.1900.25
HSL251.67º22.22%68.24%-
HSV(B)251.67º18.75%75.29%-
XYZ36.5135.3754.77-
YUV162.2144.82128.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 156 (61.33% from 255) = 30.53%
BLUE value IS 192 (75.39% from 255) = 37.57%
R=31.90%
G=30.53%
B=37.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631561920.150.1900.25251.6722.2268.24
HexA39CC0F13019fc1644
Octal243234300172303137426104
Binary10100011100111001100000011111001101100111111100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39CC0; }

 p { color: rgb(163,156,192); }

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

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

 a { background-color: rgb(163,156,192); }

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

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

 span { border-color: rgb(163,156,192); }

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