#A39FDF

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

Shades of Wistful #A39FDF

Tints of Wistful #A39FDF

Color information

#A39FDF (or 0xA39FDF) is unknown color: approx Wistful. HEX triplet: A3, 9F and DF. RGB value is (163,159,223). Sum of RGB (Red+Green+Blue) = 163+159+223=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #A39FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FDF is #5C6020. Grayscale: #A7A7A7. Windows color (decimal): -6053921 or 14655395. OLE color: 14655395.

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

Color convert

RGB163159223-
CMYK0.270.2900.13
HSL243.75º50%74.9%-
HSV(B)243.75º28.7%87.45%-
XYZ40.8237.9174.98-
YUV167.49159.33124.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.91%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=29.91%
G=29.17%
B=40.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631592230.270.2900.13243.755074.9
HexA39FDF1B1D0Df4324b
Octal243237337333501536462113
Binary101000111001111111011111110111110101101111101001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FDF; }

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

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

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

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

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

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

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

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