#A093D2

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

Shades of Wistful #A093D2

Tints of Wistful #A093D2

Color information

#A093D2 (or 0xA093D2) is unknown color: approx Wistful. HEX triplet: A0, 93 and D2. RGB value is (160,147,210). Sum of RGB (Red+Green+Blue) = 160+147+210=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 210 - color contains mainly: blue. Hex color #A093D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093D2 is #5F6C2D. Grayscale: #9D9D9D. Windows color (decimal): -6253614 or 13800352. OLE color: 13800352.

HSL color Cylindrical-coordinate representation of color #A093D2: hue angle of 252.38º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A093D2 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160147210-
CMYK0.240.3000.18
HSL252.38º41.18%70%-
HSV(B)252.38º30%82.35%-
XYZ36.5632.9965.41-
YUV158.07157.31129.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 210 (82.42% from 255) = 40.62%
R=30.95%
G=28.43%
B=40.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601472100.240.3000.18252.3841.1870
HexA093D2181E012fc2946
Octal240223322303602237451106
Binary1010000010010011110100101100011110010010111111001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093D2; }

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

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

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

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

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

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

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

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