#A093E4

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

Shades of Wistful #A093E4

Tints of Wistful #A093E4

Color information

#A093E4 (or 0xA093E4) is unknown color: approx Wistful. HEX triplet: A0, 93 and E4. RGB value is (160,147,228). Sum of RGB (Red+Green+Blue) = 160+147+228=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #A093E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093E4 is #5F6C1B. Grayscale: #9F9F9F. Windows color (decimal): -6253596 or 14980000. OLE color: 14980000.

HSL color Cylindrical-coordinate representation of color #A093E4: hue angle of 249.63º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A093E4 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160147228-
CMYK0.300.3600.11
HSL249.63º60%73.53%-
HSV(B)249.63º35.53%89.41%-
XYZ38.9333.9477.9-
YUV160.12166.31127.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 147 (57.81% from 255) = 27.48%
BLUE value IS 228 (89.45% from 255) = 42.62%
R=29.91%
G=27.48%
B=42.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601472280.300.3600.11249.636073.53
HexA093E41E240Bfa3c4a
Octal240223344364401337274112
Binary1010000010010011111001001111010010001011111110101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093E4; }

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

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

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

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

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

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

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

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