#A39ECC

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

Shades of Wistful #A39ECC

Tints of Wistful #A39ECC

Color information

#A39ECC (or 0xA39ECC) is unknown color: approx Wistful. HEX triplet: A3, 9E and CC. RGB value is (163,158,204). Sum of RGB (Red+Green+Blue) = 163+158+204=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #A39ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ECC is #5C6133. Grayscale: #A4A4A4. Windows color (decimal): -6054196 or 13409955. OLE color: 13409955.

HSL color Cylindrical-coordinate representation of color #A39ECC: hue angle of 246.52º degrees, saturation: 0.31, 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 #A39ECC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB163158204-
CMYK0.200.2300.2
HSL246.52º31.08%70.98%-
HSV(B)246.52º22.55%80%-
XYZ38.2336.662.18-
YUV164.74150.16126.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=31.05%
G=30.10%
B=38.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1631582040.200.2300.2246.5231.0870.98
HexA39ECC1417014f71f47
Octal243236314242702436737107
Binary101000111001111011001100101001011101010011110111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39ECC; }

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

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

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

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

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

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

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

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