#A093E2

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

Shades of Wistful #A093E2

Tints of Wistful #A093E2

Color information

#A093E2 (or 0xA093E2) is unknown color: approx Wistful. HEX triplet: A0, 93 and E2. RGB value is (160,147,226). Sum of RGB (Red+Green+Blue) = 160+147+226=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 226 - color contains mainly: blue. Hex color #A093E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093E2 is #5F6C1D. Grayscale: #9F9F9F. Windows color (decimal): -6253598 or 14848928. OLE color: 14848928.

HSL color Cylindrical-coordinate representation of color #A093E2: hue angle of 249.87º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A093E2 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160147226-
CMYK0.290.3500.11
HSL249.87º57.66%73.14%-
HSV(B)249.87º34.96%88.63%-
XYZ38.6633.8376.44-
YUV159.89165.31128.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 147 (57.81% from 255) = 27.58%
BLUE value IS 226 (88.67% from 255) = 42.40%
R=30.02%
G=27.58%
B=42.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601472260.290.3500.11249.8757.6673.14
HexA093E21D230Bfa3a49
Octal240223342354301337272111
Binary1010000010010011111000101110110001101011111110101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093E2; }

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

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

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

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

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

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

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

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