#A093D8

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

Shades of Wistful #A093D8

Tints of Wistful #A093D8

Color information

#A093D8 (or 0xA093D8) is unknown color: approx Wistful. HEX triplet: A0, 93 and D8. RGB value is (160,147,216). Sum of RGB (Red+Green+Blue) = 160+147+216=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #A093D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093D8 is #5F6C27. Grayscale: #9E9E9E. Windows color (decimal): -6253608 or 14193568. OLE color: 14193568.

HSL color Cylindrical-coordinate representation of color #A093D8: hue angle of 251.3º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A093D8 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160147216-
CMYK0.260.3200.15
HSL251.3º46.94%71.18%-
HSV(B)251.3º31.94%84.71%-
XYZ37.3333.369.43-
YUV158.75160.31128.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 147 (57.81% from 255) = 28.11%
BLUE value IS 216 (84.77% from 255) = 41.30%
R=30.59%
G=28.11%
B=41.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601472160.260.3200.15251.346.9471.18
HexA093D81A200Ffb2f47
Octal240223330324001737357107
Binary1010000010010011110110001101010000001111111110111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093D8; }

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

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

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

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

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

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

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

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