#A39DCD

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

Shades of Wistful #A39DCD

Tints of Wistful #A39DCD

Color information

#A39DCD (or 0xA39DCD) is unknown color: approx Wistful. HEX triplet: A3, 9D and CD. RGB value is (163,157,205). Sum of RGB (Red+Green+Blue) = 163+157+205=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #A39DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39DCD is #5C6232. Grayscale: #A4A4A4. Windows color (decimal): -6054451 or 13475235. OLE color: 13475235.

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

Color convert

RGB163157205-
CMYK0.200.2300.20
HSL247.5º32.43%70.98%-
HSV(B)247.5º23.41%80.39%-
XYZ38.1836.3162.75-
YUV164.27150.99127.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 157 (61.72% from 255) = 29.90%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=31.05%
G=29.90%
B=39.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631572050.200.2300.20247.532.4370.98
HexA39DCD1417014f82047
Octal243235315242702437040107
Binary1010001110011101110011011010010111010100111110001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39DCD; }

 p { color: rgb(163,157,205); }

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

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

 a { background-color: rgb(163,157,205); }

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

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

 span { border-color: rgb(163,157,205); }

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