#A093D9

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

Shades of Wistful #A093D9

Tints of Wistful #A093D9

Color information

#A093D9 (or 0xA093D9) is unknown color: approx Wistful. HEX triplet: A0, 93 and D9. RGB value is (160,147,217). Sum of RGB (Red+Green+Blue) = 160+147+217=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #A093D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093D9 is #5F6C26. Grayscale: #9E9E9E. Windows color (decimal): -6253607 or 14259104. OLE color: 14259104.

HSL color Cylindrical-coordinate representation of color #A093D9: hue angle of 251.14º degrees, saturation: 0.48, 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 #A093D9 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160147217-
CMYK0.260.3200.15
HSL251.14º47.95%71.37%-
HSV(B)251.14º32.26%85.1%-
XYZ37.4633.3570.11-
YUV158.87160.81128.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.53%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 217 (85.16% from 255) = 41.41%
R=30.53%
G=28.05%
B=41.41%

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
Decimal1601472170.260.3200.15251.1447.9571.37
HexA093D91A200Ffb3047
Octal240223331324001737360107
Binary1010000010010011110110011101010000001111111110111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093D9; }

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

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

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

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

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

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

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

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