#A39CD0

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

Shades of Wistful #A39CD0

Tints of Wistful #A39CD0

Color information

#A39CD0 (or 0xA39CD0) is unknown color: approx Wistful. HEX triplet: A3, 9C and D0. RGB value is (163,156,208). Sum of RGB (Red+Green+Blue) = 163+156+208=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #A39CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39CD0 is #5C632F. Grayscale: #A3A3A3. Windows color (decimal): -6054704 or 13671587. OLE color: 13671587.

HSL color Cylindrical-coordinate representation of color #A39CD0: hue angle of 248.08º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A39CD0 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB163156208-
CMYK0.220.2500.18
HSL248.08º35.62%71.37%-
HSV(B)248.08º25%81.57%-
XYZ38.3836.1264.62-
YUV164.02152.82127.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.93%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=30.93%
G=29.60%
B=39.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631562080.220.2500.18248.0835.6271.37
HexA39CD01619012f82447
Octal243234320263102237044107
Binary1010001110011100110100001011011001010010111110001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39CD0; }

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

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

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

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

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

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

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

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