#A297F8

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

Shades of Wistful #A297F8

Tints of Wistful #A297F8

Color information

#A297F8 (or 0xA297F8) is unknown color: approx Wistful. HEX triplet: A2, 97 and F8. RGB value is (162,151,248). Sum of RGB (Red+Green+Blue) = 162+151+248=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #A297F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A297F8 is #5D6807. Grayscale: #A4A4A4. Windows color (decimal): -6121480 or 16291746. OLE color: 16291746.

HSL color Cylindrical-coordinate representation of color #A297F8: hue angle of 246.8º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A297F8 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB162151248-
CMYK0.350.3900.03
HSL246.8º87.39%78.24%-
HSV(B)246.8º39.11%97.25%-
XYZ42.9136.5993.61-
YUV165.35174.64125.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.88%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 248 (97.27% from 255) = 44.21%
R=28.88%
G=26.92%
B=44.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1621512480.350.3900.03246.887.3978.24
HexA297F8232703f7574e
Octal242227370434703367127116
Binary1010001010010111111110001000111001110111111011110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297F8; }

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

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

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

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

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

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

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

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