#A39CD5

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

Shades of Wistful #A39CD5

Tints of Wistful #A39CD5

Color information

#A39CD5 (or 0xA39CD5) is unknown color: approx Wistful. HEX triplet: A3, 9C and D5. RGB value is (163,156,213). Sum of RGB (Red+Green+Blue) = 163+156+213=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #A39CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39CD5 is #5C632A. Grayscale: #A4A4A4. Windows color (decimal): -6054699 or 13999267. OLE color: 13999267.

HSL color Cylindrical-coordinate representation of color #A39CD5: hue angle of 247.37º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A39CD5 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163156213-
CMYK0.230.2700.16
HSL247.37º40.43%72.35%-
HSV(B)247.37º26.76%83.53%-
XYZ3936.3767.91-
YUV164.59155.32126.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.64%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 213 (83.59% from 255) = 40.04%
R=30.64%
G=29.32%
B=40.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631562130.230.2700.16247.3740.4372.35
HexA39CD5171B010f72848
Octal243234325273302036750110
Binary1010001110011100110101011011111011010000111101111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39CD5; }

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

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

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

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

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

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

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

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