#A094ED

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

Shades of Wistful #A094ED

Tints of Wistful #A094ED

Color information

#A094ED (or 0xA094ED) is unknown color: approx Wistful. HEX triplet: A0, 94 and ED. RGB value is (160,148,237). Sum of RGB (Red+Green+Blue) = 160+148+237=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #A094ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A094ED is #5F6B12. Grayscale: #A1A1A1. Windows color (decimal): -6253331 or 15570080. OLE color: 15570080.

HSL color Cylindrical-coordinate representation of color #A094ED: hue angle of 248.09º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A094ED is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160148237-
CMYK0.320.3800.07
HSL248.09º71.2%75.49%-
HSV(B)248.09º37.55%92.94%-
XYZ40.3734.7784.7-
YUV161.73170.48126.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.36%
GREEN value IS 148 (58.20% from 255) = 27.16%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=29.36%
G=27.16%
B=43.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601482370.320.3800.07248.0971.275.49
HexA094ED202607f8474b
Octal240224355404607370107113
Binary10100000100101001110110110000010011001111111100010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A094ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A094ED; }

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

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

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

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

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

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

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

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