#A39FCD

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

Shades of Wistful #A39FCD

Tints of Wistful #A39FCD

Color information

#A39FCD (or 0xA39FCD) is unknown color: approx Wistful. HEX triplet: A3, 9F and CD. RGB value is (163,159,205). Sum of RGB (Red+Green+Blue) = 163+159+205=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #A39FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FCD is #5C6032. Grayscale: #A5A5A5. Windows color (decimal): -6053939 or 13475747. OLE color: 13475747.

HSL color Cylindrical-coordinate representation of color #A39FCD: hue angle of 245.22º degrees, saturation: 0.32, 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 #A39FCD is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163159205-
CMYK0.200.2200.20
HSL245.22º31.51%71.37%-
HSV(B)245.22º22.44%80.39%-
XYZ38.5236.9962.87-
YUV165.44150.33126.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.93%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=30.93%
G=30.17%
B=38.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631592050.200.2200.20245.2231.5171.37
HexA39FCD1416014f52047
Octal243237315242602436540107
Binary1010001110011111110011011010010110010100111101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FCD; }

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

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

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

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

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

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

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

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