#A093EA

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

Shades of Wistful #A093EA

Tints of Wistful #A093EA

Color information

#A093EA (or 0xA093EA) is unknown color: approx Wistful. HEX triplet: A0, 93 and EA. RGB value is (160,147,234). Sum of RGB (Red+Green+Blue) = 160+147+234=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #A093EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A093EA is #5F6C15. Grayscale: #A0A0A0. Windows color (decimal): -6253590 or 15373216. OLE color: 15373216.

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

Color convert

RGB160147234-
CMYK0.320.3700.08
HSL248.97º67.44%74.71%-
HSV(B)248.97º37.18%91.76%-
XYZ39.7834.2882.36-
YUV160.8169.31127.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.57%
GREEN value IS 147 (57.81% from 255) = 27.17%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=29.57%
G=27.17%
B=43.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601472340.320.3700.08248.9767.4474.71
HexA093EA202508f9434b
Octal2402233524045010371103113
Binary101000001001001111101010100000100101010001111100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093EA; }

 p { color: rgb(160,147,234); }

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

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

 a { background-color: rgb(160,147,234); }

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

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

 span { border-color: rgb(160,147,234); }

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