#A39CDD

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

Shades of Wistful #A39CDD

Tints of Wistful #A39CDD

Color information

#A39CDD (or 0xA39CDD) is unknown color: approx Wistful. HEX triplet: A3, 9C and DD. RGB value is (163,156,221). Sum of RGB (Red+Green+Blue) = 163+156+221=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #A39CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39CDD is #5C6322. Grayscale: #A5A5A5. Windows color (decimal): -6054691 or 14523555. OLE color: 14523555.

HSL color Cylindrical-coordinate representation of color #A39CDD: hue angle of 246.46º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A39CDD is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163156221-
CMYK0.260.2900.13
HSL246.46º48.87%73.92%-
HSV(B)246.46º29.41%86.67%-
XYZ40.0436.7873.4-
YUV165.5159.32126.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.19%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=30.19%
G=28.89%
B=40.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631562210.260.2900.13246.4648.8773.92
HexA39CDD1A1D0Df6314a
Octal243234335323501536661112
Binary101000111001110011011101110101110101101111101101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39CDD; }

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

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

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

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

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

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

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

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