#A293E1

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

Shades of Wistful #A293E1

Tints of Wistful #A293E1

Color information

#A293E1 (or 0xA293E1) is unknown color: approx Wistful. HEX triplet: A2, 93 and E1. RGB value is (162,147,225). Sum of RGB (Red+Green+Blue) = 162+147+225=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #A293E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293E1 is #5D6C1E. Grayscale: #A0A0A0. Windows color (decimal): -6122527 or 14783394. OLE color: 14783394.

HSL color Cylindrical-coordinate representation of color #A293E1: hue angle of 251.54º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A293E1 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB162147225-
CMYK0.280.3500.12
HSL251.54º56.52%72.94%-
HSV(B)251.54º34.67%88.24%-
XYZ38.9233.9975.74-
YUV160.38164.47129.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.34%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 225 (88.28% from 255) = 42.13%
R=30.34%
G=27.53%
B=42.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1621472250.280.3500.12251.5456.5272.94
HexA293E11C230Cfc3949
Octal242223341344301437471111
Binary1010001010010011111000011110010001101100111111001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293E1; }

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

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

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

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

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

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

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

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