#A39ECD

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

Shades of Wistful #A39ECD

Tints of Wistful #A39ECD

Color information

#A39ECD (or 0xA39ECD) is unknown color: approx Wistful. HEX triplet: A3, 9E and CD. RGB value is (163,158,205). Sum of RGB (Red+Green+Blue) = 163+158+205=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #A39ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ECD is #5C6132. Grayscale: #A4A4A4. Windows color (decimal): -6054195 or 13475491. OLE color: 13475491.

HSL color Cylindrical-coordinate representation of color #A39ECD: hue angle of 246.38º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A39ECD is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163158205-
CMYK0.200.2300.20
HSL246.38º31.97%71.18%-
HSV(B)246.38º22.93%80.39%-
XYZ38.3536.6562.81-
YUV164.85150.66126.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.99%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=30.99%
G=30.04%
B=38.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631582050.200.2300.20246.3831.9771.18
HexA39ECD1417014f62047
Octal243236315242702436640107
Binary1010001110011110110011011010010111010100111101101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39ECD; }

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

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

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

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

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

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

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

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