#A39AEB

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

Shades of Wistful #A39AEB

Tints of Wistful #A39AEB

Color information

#A39AEB (or 0xA39AEB) is unknown color: approx Wistful. HEX triplet: A3, 9A and EB. RGB value is (163,154,235). Sum of RGB (Red+Green+Blue) = 163+154+235=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #A39AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39AEB is #5C6514. Grayscale: #A5A5A5. Windows color (decimal): -6055189 or 15440547. OLE color: 15440547.

HSL color Cylindrical-coordinate representation of color #A39AEB: hue angle of 246.67º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A39AEB is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163154235-
CMYK0.310.3400.08
HSL246.67º66.94%76.27%-
HSV(B)246.67º34.47%92.16%-
XYZ41.6636.983.52-
YUV165.92166.98125.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.53%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=29.53%
G=27.90%
B=42.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631542350.310.3400.08246.6766.9476.27
HexA39AEB1F2208f7434c
Octal2432323533742010367103114
Binary10100011100110101110101111111100010010001111011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39AEB; }

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

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

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

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

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

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

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

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