#A094E1

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

Shades of Wistful #A094E1

Tints of Wistful #A094E1

Color information

#A094E1 (or 0xA094E1) is unknown color: approx Wistful. HEX triplet: A0, 94 and E1. RGB value is (160,148,225). Sum of RGB (Red+Green+Blue) = 160+148+225=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #A094E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094E1 is #5F6B1E. Grayscale: #A0A0A0. Windows color (decimal): -6253343 or 14783648. OLE color: 14783648.

HSL color Cylindrical-coordinate representation of color #A094E1: hue angle of 249.35º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A094E1 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB160148225-
CMYK0.290.3400.12
HSL249.35º56.2%73.14%-
HSV(B)249.35º34.22%88.24%-
XYZ38.6834.0975.78-
YUV160.37164.48127.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 225 (88.28% from 255) = 42.21%
R=30.02%
G=27.77%
B=42.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1601482250.290.3400.12249.3556.273.14
HexA094E11D220Cf93849
Octal240224341354201437170111
Binary1010000010010100111000011110110001001100111110011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A094E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A094E1; }

 p { color: rgb(160,148,225); }

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

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

 a { background-color: rgb(160,148,225); }

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

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

 span { border-color: rgb(160,148,225); }

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