#A297FA

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

Shades of Wistful #A297FA

Tints of Wistful #A297FA

Color information

#A297FA (or 0xA297FA) is unknown color: approx Wistful. HEX triplet: A2, 97 and FA. RGB value is (162,151,250). Sum of RGB (Red+Green+Blue) = 162+151+250=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #A297FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A297FA is #5D6805. Grayscale: #A5A5A5. Windows color (decimal): -6121478 or 16422818. OLE color: 16422818.

HSL color Cylindrical-coordinate representation of color #A297FA: hue angle of 246.67º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A297FA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162151250-
CMYK0.350.4000.02
HSL246.67º90.83%78.63%-
HSV(B)246.67º39.6%98.04%-
XYZ43.2236.7295.25-
YUV165.58175.64125.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=28.77%
G=26.82%
B=44.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621512500.350.4000.02246.6790.8378.63
HexA297FA232802f75b4f
Octal242227372435002367133117
Binary1010001010010111111110101000111010000101111011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297FA; }

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

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

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

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

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

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

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

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