#A39FC8

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

Shades of Wistful #A39FC8

Tints of Wistful #A39FC8

Color information

#A39FC8 (or 0xA39FC8) is unknown color: approx Wistful. HEX triplet: A3, 9F and C8. RGB value is (163,159,200). Sum of RGB (Red+Green+Blue) = 163+159+200=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 200 - color contains mainly: blue. Hex color #A39FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FC8 is #5C6037. Grayscale: #A4A4A4. Windows color (decimal): -6053944 or 13148067. OLE color: 13148067.

HSL color Cylindrical-coordinate representation of color #A39FC8: hue angle of 245.85º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A39FC8 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB163159200-
CMYK0.180.2000.22
HSL245.85º27.15%70.39%-
HSV(B)245.85º20.5%78.43%-
XYZ37.9336.7559.74-
YUV164.87147.83126.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.23%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 200 (78.52% from 255) = 38.31%
R=31.23%
G=30.46%
B=38.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631592000.180.2000.22245.8527.1570.39
HexA39FC81214016f61b46
Octal243237310222402636633106
Binary101000111001111111001000100101010001011011110110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FC8; }

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

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

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

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

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

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

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

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