#A093D4

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

Shades of Wistful #A093D4

Tints of Wistful #A093D4

Color information

#A093D4 (or 0xA093D4) is unknown color: approx Wistful. HEX triplet: A0, 93 and D4. RGB value is (160,147,212). Sum of RGB (Red+Green+Blue) = 160+147+212=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #A093D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093D4 is #5F6C2B. Grayscale: #9E9E9E. Windows color (decimal): -6253612 or 13931424. OLE color: 13931424.

HSL color Cylindrical-coordinate representation of color #A093D4: hue angle of 252º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A093D4 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB160147212-
CMYK0.250.3100.17
HSL252º43.05%70.39%-
HSV(B)252º30.66%83.14%-
XYZ36.8133.0966.73-
YUV158.3158.31129.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.83%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=30.83%
G=28.32%
B=40.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1601472120.250.3100.1725243.0570.39
HexA093D4191F011fc2b46
Octal240223324313702137453106
Binary1010000010010011110101001100111111010001111111001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093D4; }

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

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

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

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

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

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

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

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