#A39FCC

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

Shades of Wistful #A39FCC

Tints of Wistful #A39FCC

Color information

#A39FCC (or 0xA39FCC) is unknown color: approx Wistful. HEX triplet: A3, 9F and CC. RGB value is (163,159,204). Sum of RGB (Red+Green+Blue) = 163+159+204=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #A39FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FCC is #5C6033. Grayscale: #A5A5A5. Windows color (decimal): -6053940 or 13410211. OLE color: 13410211.

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

Color convert

RGB163159204-
CMYK0.200.2200.2
HSL245.33º30.61%71.18%-
HSV(B)245.33º22.06%80%-
XYZ38.436.9462.23-
YUV165.33149.83126.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.99%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=30.99%
G=30.23%
B=38.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1631592040.200.2200.2245.3330.6171.18
HexA39FCC1416014f51f47
Octal243237314242602436537107
Binary101000111001111111001100101001011001010011110101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FCC; }

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

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

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

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

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

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

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

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