#A093F2

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

Shades of Wistful #A093F2

Tints of Wistful #A093F2

Color information

#A093F2 (or 0xA093F2) is unknown color: approx Wistful. HEX triplet: A0, 93 and F2. RGB value is (160,147,242). Sum of RGB (Red+Green+Blue) = 160+147+242=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #A093F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A093F2 is #5F6C0D. Grayscale: #A1A1A1. Windows color (decimal): -6253582 or 15897504. OLE color: 15897504.

HSL color Cylindrical-coordinate representation of color #A093F2: hue angle of 248.21º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A093F2 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160147242-
CMYK0.340.3900.05
HSL248.21º78.51%76.27%-
HSV(B)248.21º39.26%94.9%-
XYZ40.9634.7588.55-
YUV161.72173.31126.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.14%
GREEN value IS 147 (57.81% from 255) = 26.78%
BLUE value IS 242 (94.92% from 255) = 44.08%
R=29.14%
G=26.78%
B=44.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601472420.340.3900.05248.2178.5176.27
HexA093F2222705f84f4c
Octal240223362424705370117114
Binary10100000100100111111001010001010011101011111100010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093F2; }

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

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

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

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

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

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

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

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