#A094DF

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

Shades of Wistful #A094DF

Tints of Wistful #A094DF

Color information

#A094DF (or 0xA094DF) is unknown color: approx Wistful. HEX triplet: A0, 94 and DF. RGB value is (160,148,223). Sum of RGB (Red+Green+Blue) = 160+148+223=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #A094DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094DF is #5F6B20. Grayscale: #9F9F9F. Windows color (decimal): -6253345 or 14652576. OLE color: 14652576.

HSL color Cylindrical-coordinate representation of color #A094DF: hue angle of 249.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A094DF is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160148223-
CMYK0.280.3400.13
HSL249.6º53.96%72.75%-
HSV(B)249.6º33.63%87.45%-
XYZ38.4133.9874.35-
YUV160.14163.48127.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=30.13%
G=27.87%
B=42.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601482230.280.3400.13249.653.9672.75
HexA094DF1C220Dfa3649
Octal240224337344201537266111
Binary1010000010010100110111111110010001001101111110101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A094DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A094DF; }

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

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

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

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

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

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

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

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