#A39EC9

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

Shades of Wistful #A39EC9

Tints of Wistful #A39EC9

Color information

#A39EC9 (or 0xA39EC9) is unknown color: approx Wistful. HEX triplet: A3, 9E and C9. RGB value is (163,158,201). Sum of RGB (Red+Green+Blue) = 163+158+201=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #A39EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39EC9 is #5C6136. Grayscale: #A4A4A4. Windows color (decimal): -6054199 or 13213347. OLE color: 13213347.

HSL color Cylindrical-coordinate representation of color #A39EC9: hue angle of 246.98º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A39EC9 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163158201-
CMYK0.190.2100.21
HSL246.98º28.48%70.39%-
HSV(B)246.98º21.39%78.82%-
XYZ37.8736.4660.3-
YUV164.4148.66127-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.23%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 201 (78.91% from 255) = 38.51%
R=31.23%
G=30.27%
B=38.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631582010.190.2100.21246.9828.4870.39
HexA39EC91315015f71c46
Octal243236311232502536734106
Binary101000111001111011001001100111010101010111110111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39EC9; }

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

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

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

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

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

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

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

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