#A093DD

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

Shades of Wistful #A093DD

Tints of Wistful #A093DD

Color information

#A093DD (or 0xA093DD) is unknown color: approx Wistful. HEX triplet: A0, 93 and DD. RGB value is (160,147,221). Sum of RGB (Red+Green+Blue) = 160+147+221=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #A093DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093DD is #5F6C22. Grayscale: #9F9F9F. Windows color (decimal): -6253603 or 14521248. OLE color: 14521248.

HSL color Cylindrical-coordinate representation of color #A093DD: hue angle of 250.54º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A093DD is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160147221-
CMYK0.280.3300.13
HSL250.54º52.11%72.16%-
HSV(B)250.54º33.48%86.67%-
XYZ37.9833.5672.88-
YUV159.32162.81128.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 147 (57.81% from 255) = 27.84%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=30.30%
G=27.84%
B=41.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601472210.280.3300.13250.5452.1172.16
HexA093DD1C210Dfb3448
Octal240223335344101537364110
Binary1010000010010011110111011110010000101101111110111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093DD; }

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

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

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

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

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

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

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

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