#A39CCE

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

Shades of Wistful #A39CCE

Tints of Wistful #A39CCE

Color information

#A39CCE (or 0xA39CCE) is unknown color: approx Wistful. HEX triplet: A3, 9C and CE. RGB value is (163,156,206). Sum of RGB (Red+Green+Blue) = 163+156+206=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #A39CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39CCE is #5C6331. Grayscale: #A3A3A3. Windows color (decimal): -6054706 or 13540515. OLE color: 13540515.

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

Color convert

RGB163156206-
CMYK0.210.2400.19
HSL248.4º33.78%70.98%-
HSV(B)248.4º24.27%80.78%-
XYZ38.1336.0263.34-
YUV163.79151.82127.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=31.05%
G=29.71%
B=39.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631562060.210.2400.19248.433.7870.98
HexA39CCE1518013f82247
Octal243234316253002337042107
Binary1010001110011100110011101010111000010011111110001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39CCE; }

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

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

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

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

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

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

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

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