#A39EC0

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

Shades of Wistful #A39EC0

Tints of Wistful #A39EC0

Color information

#A39EC0 (or 0xA39EC0) is unknown color: approx Wistful. HEX triplet: A3, 9E and C0. RGB value is (163,158,192). Sum of RGB (Red+Green+Blue) = 163+158+192=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #A39EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39EC0 is #5C613F. Grayscale: #A3A3A3. Windows color (decimal): -6054208 or 12623523. OLE color: 12623523.

HSL color Cylindrical-coordinate representation of color #A39EC0: hue angle of 248.82º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A39EC0 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163158192-
CMYK0.150.1800.25
HSL248.82º21.25%68.63%-
HSV(B)248.82º17.71%75.29%-
XYZ36.8536.0554.88-
YUV163.37144.16127.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.77%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=31.77%
G=30.80%
B=37.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631581920.150.1800.25248.8221.2568.63
HexA39EC0F12019f91545
Octal243236300172203137125105
Binary10100011100111101100000011111001001100111111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39EC0; }

 p { color: rgb(163,158,192); }

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

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

 a { background-color: rgb(163,158,192); }

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

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

 span { border-color: rgb(163,158,192); }

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