#A093DF

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

Shades of Wistful #A093DF

Tints of Wistful #A093DF

Color information

#A093DF (or 0xA093DF) is unknown color: approx Wistful. HEX triplet: A0, 93 and DF. RGB value is (160,147,223). Sum of RGB (Red+Green+Blue) = 160+147+223=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #A093DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093DF is #5F6C20. Grayscale: #9F9F9F. Windows color (decimal): -6253601 or 14652320. OLE color: 14652320.

HSL color Cylindrical-coordinate representation of color #A093DF: hue angle of 250.26º 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 #A093DF is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160147223-
CMYK0.280.3400.13
HSL250.26º54.29%72.55%-
HSV(B)250.26º34.08%87.45%-
XYZ38.2533.6774.29-
YUV159.55163.81128.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.19%
GREEN value IS 147 (57.81% from 255) = 27.74%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=30.19%
G=27.74%
B=42.08%

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
Decimal1601472230.280.3400.13250.2654.2972.55
HexA093DF1C220Dfa3649
Octal240223337344201537266111
Binary1010000010010011110111111110010001001101111110101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093DF; }

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

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

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

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

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

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

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

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