#A39AE5

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

Shades of Wistful #A39AE5

Tints of Wistful #A39AE5

Color information

#A39AE5 (or 0xA39AE5) is unknown color: approx Wistful. HEX triplet: A3, 9A and E5. RGB value is (163,154,229). Sum of RGB (Red+Green+Blue) = 163+154+229=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #A39AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39AE5 is #5C651A. Grayscale: #A4A4A4. Windows color (decimal): -6055195 or 15047331. OLE color: 15047331.

HSL color Cylindrical-coordinate representation of color #A39AE5: hue angle of 247.2º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A39AE5 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB163154229-
CMYK0.290.3300.10
HSL247.2º59.06%75.1%-
HSV(B)247.2º32.75%89.8%-
XYZ40.836.5579.03-
YUV165.24163.98126.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.85%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=29.85%
G=28.21%
B=41.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1631542290.290.3300.10247.259.0675.1
HexA39AE51D210Af73b4b
Octal243232345354101236773113
Binary1010001110011010111001011110110000101010111101111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39AE5; }

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

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

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

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

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

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

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

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