#A39DD1

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

Shades of Wistful #A39DD1

Tints of Wistful #A39DD1

Color information

#A39DD1 (or 0xA39DD1) is unknown color: approx Wistful. HEX triplet: A3, 9D and D1. RGB value is (163,157,209). Sum of RGB (Red+Green+Blue) = 163+157+209=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #A39DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39DD1 is #5C622E. Grayscale: #A4A4A4. Windows color (decimal): -6054447 or 13737379. OLE color: 13737379.

HSL color Cylindrical-coordinate representation of color #A39DD1: hue angle of 246.92º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A39DD1 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB163157209-
CMYK0.220.2500.18
HSL246.92º36.11%71.76%-
HSV(B)246.92º24.88%81.96%-
XYZ38.6736.565.33-
YUV164.72152.99126.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.81%
GREEN value IS 157 (61.72% from 255) = 29.68%
BLUE value IS 209 (82.03% from 255) = 39.51%
R=30.81%
G=29.68%
B=39.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631572090.220.2500.18246.9236.1171.76
HexA39DD11619012f72448
Octal243235321263102236744110
Binary1010001110011101110100011011011001010010111101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39DD1; }

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

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

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

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

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

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

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

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