#A297F1

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

Shades of Wistful #A297F1

Tints of Wistful #A297F1

Color information

#A297F1 (or 0xA297F1) is unknown color: approx Wistful. HEX triplet: A2, 97 and F1. RGB value is (162,151,241). Sum of RGB (Red+Green+Blue) = 162+151+241=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #A297F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A297F1 is #5D680E. Grayscale: #A4A4A4. Windows color (decimal): -6121487 or 15832994. OLE color: 15832994.

HSL color Cylindrical-coordinate representation of color #A297F1: hue angle of 247.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A297F1 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162151241-
CMYK0.330.3700.05
HSL247.33º76.27%76.86%-
HSV(B)247.33º37.34%94.51%-
XYZ41.8436.1787.99-
YUV164.55171.14126.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.24%
GREEN value IS 151 (59.38% from 255) = 27.26%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=29.24%
G=27.26%
B=43.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621512410.330.3700.05247.3376.2776.86
HexA297F1212505f74c4d
Octal242227361414505367114115
Binary10100010100101111111000110000110010101011111011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297F1; }

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

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

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

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

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

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

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

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