#A293DA

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

Shades of Wistful #A293DA

Tints of Wistful #A293DA

Color information

#A293DA (or 0xA293DA) is unknown color: approx Wistful. HEX triplet: A2, 93 and DA. RGB value is (162,147,218). Sum of RGB (Red+Green+Blue) = 162+147+218=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #A293DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293DA is #5D6C25. Grayscale: #9F9F9F. Windows color (decimal): -6122534 or 14324642. OLE color: 14324642.

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

Color convert

RGB162147218-
CMYK0.260.3300.15
HSL252.68º48.97%71.57%-
HSV(B)252.68º32.57%85.49%-
XYZ37.9933.6170.81-
YUV159.58160.97129.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.74%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=30.74%
G=27.89%
B=41.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1621472180.260.3300.15252.6848.9771.57
HexA293DA1A210Ffd3148
Octal242223332324101737561110
Binary1010001010010011110110101101010000101111111111011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293DA; }

 p { color: rgb(162,147,218); }

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

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

 a { background-color: rgb(162,147,218); }

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

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

 span { border-color: rgb(162,147,218); }

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