#A39DDC

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

Shades of Wistful #A39DDC

Tints of Wistful #A39DDC

Color information

#A39DDC (or 0xA39DDC) is unknown color: approx Wistful. HEX triplet: A3, 9D and DC. RGB value is (163,157,220). Sum of RGB (Red+Green+Blue) = 163+157+220=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #A39DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39DDC is #5C6223. Grayscale: #A5A5A5. Windows color (decimal): -6054436 or 14458275. OLE color: 14458275.

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

Color convert

RGB163157220-
CMYK0.260.2900.14
HSL245.71º47.37%73.92%-
HSV(B)245.71º28.64%86.27%-
XYZ40.0837.0772.75-
YUV165.98158.49125.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.19%
GREEN value IS 157 (61.72% from 255) = 29.07%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=30.19%
G=29.07%
B=40.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631572200.260.2900.14245.7147.3773.92
HexA39DDC1A1D0Ef62f4a
Octal243235334323501636657112
Binary101000111001110111011100110101110101110111101101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39DDC; }

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

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

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

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

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

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

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

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