#A39AEA

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

Shades of Wistful #A39AEA

Tints of Wistful #A39AEA

Color information

#A39AEA (or 0xA39AEA) is unknown color: approx Wistful. HEX triplet: A3, 9A and EA. RGB value is (163,154,234). Sum of RGB (Red+Green+Blue) = 163+154+234=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #A39AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39AEA is #5C6515. Grayscale: #A5A5A5. Windows color (decimal): -6055190 or 15375011. OLE color: 15375011.

HSL color Cylindrical-coordinate representation of color #A39AEA: hue angle of 246.75º degrees, saturation: 0.66, 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 #A39AEA is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163154234-
CMYK0.300.3400.08
HSL246.75º65.57%76.08%-
HSV(B)246.75º34.19%91.76%-
XYZ41.5136.8482.76-
YUV165.81166.48126-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.58%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=29.58%
G=27.95%
B=42.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631542340.300.3400.08246.7565.5776.08
HexA39AEA1E2208f7424c
Octal2432323523642010367102114
Binary10100011100110101110101011110100010010001111011110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39AEA; }

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

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

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

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

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

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

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

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