#A297E5

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

Shades of Wistful #A297E5

Tints of Wistful #A297E5

Color information

#A297E5 (or 0xA297E5) is unknown color: approx Wistful. HEX triplet: A2, 97 and E5. RGB value is (162,151,229). Sum of RGB (Red+Green+Blue) = 162+151+229=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #A297E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297E5 is #5D681A. Grayscale: #A2A2A2. Windows color (decimal): -6121499 or 15046562. OLE color: 15046562.

HSL color Cylindrical-coordinate representation of color #A297E5: hue angle of 248.46º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A297E5 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB162151229-
CMYK0.290.3400.10
HSL248.46º60%74.51%-
HSV(B)248.46º34.06%89.8%-
XYZ40.1135.4778.86-
YUV163.18165.14127.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.89%
GREEN value IS 151 (59.38% from 255) = 27.86%
BLUE value IS 229 (89.84% from 255) = 42.25%
R=29.89%
G=27.86%
B=42.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1621512290.290.3400.10248.466074.51
HexA297E51D220Af83c4b
Octal242227345354201237074113
Binary1010001010010111111001011110110001001010111110001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297E5; }

 p { color: rgb(162,151,229); }

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

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

 a { background-color: rgb(162,151,229); }

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

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

 span { border-color: rgb(162,151,229); }

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