#A39BCC

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

Shades of Wistful #A39BCC

Tints of Wistful #A39BCC

Color information

#A39BCC (or 0xA39BCC) is unknown color: approx Wistful. HEX triplet: A3, 9B and CC. RGB value is (163,155,204). Sum of RGB (Red+Green+Blue) = 163+155+204=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #A39BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BCC is #5C6433. Grayscale: #A2A2A2. Windows color (decimal): -6054964 or 13409187. OLE color: 13409187.

HSL color Cylindrical-coordinate representation of color #A39BCC: hue angle of 249.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A39BCC is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB163155204-
CMYK0.200.2400.2
HSL249.8º32.45%70.39%-
HSV(B)249.8º24.02%80%-
XYZ37.7235.5962.01-
YUV162.98151.15128.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.23%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=31.23%
G=29.69%
B=39.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1631552040.200.2400.2249.832.4570.39
HexA39BCC1418014fa2046
Octal243233314243002437240106
Binary1010001110011011110011001010011000010100111110101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BCC; }

 p { color: rgb(163,155,204); }

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

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

 a { background-color: rgb(163,155,204); }

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

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

 span { border-color: rgb(163,155,204); }

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