#A094E2

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

Shades of Wistful #A094E2

Tints of Wistful #A094E2

Color information

#A094E2 (or 0xA094E2) is unknown color: approx Wistful. HEX triplet: A0, 94 and E2. RGB value is (160,148,226). Sum of RGB (Red+Green+Blue) = 160+148+226=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 226 - color contains mainly: blue. Hex color #A094E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094E2 is #5F6B1D. Grayscale: #A0A0A0. Windows color (decimal): -6253342 or 14849184. OLE color: 14849184.

HSL color Cylindrical-coordinate representation of color #A094E2: hue angle of 249.23º degrees, saturation: 0.57, 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 #A094E2 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160148226-
CMYK0.290.3500.11
HSL249.23º57.35%73.33%-
HSV(B)249.23º34.51%88.63%-
XYZ38.8134.1476.5-
YUV160.48164.98127.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.96%
GREEN value IS 148 (58.20% from 255) = 27.72%
BLUE value IS 226 (88.67% from 255) = 42.32%
R=29.96%
G=27.72%
B=42.32%

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
Decimal1601482260.290.3500.11249.2357.3573.33
HexA094E21D230Bf93949
Octal240224342354301337171111
Binary1010000010010100111000101110110001101011111110011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A094E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A094E2; }

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

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

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

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

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

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

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

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