#A39AEC

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

Shades of Wistful #A39AEC

Tints of Wistful #A39AEC

Color information

#A39AEC (or 0xA39AEC) is unknown color: approx Wistful. HEX triplet: A3, 9A and EC. RGB value is (163,154,236). Sum of RGB (Red+Green+Blue) = 163+154+236=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #A39AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39AEC is #5C6513. Grayscale: #A5A5A5. Windows color (decimal): -6055188 or 15506083. OLE color: 15506083.

HSL color Cylindrical-coordinate representation of color #A39AEC: hue angle of 246.59º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A39AEC is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163154236-
CMYK0.310.3500.07
HSL246.59º68.33%76.47%-
HSV(B)246.59º34.75%92.55%-
XYZ41.836.9584.29-
YUV166.04167.48125.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.48%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=29.48%
G=27.85%
B=42.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631542360.310.3500.07246.5968.3376.47
HexA39AEC1F2307f7444c
Octal243232354374307367104114
Binary1010001110011010111011001111110001101111111011110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39AEC; }

 p { color: rgb(163,154,236); }

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

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

 a { background-color: rgb(163,154,236); }

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

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

 span { border-color: rgb(163,154,236); }

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