#A497FC

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

Shades of Wistful #A497FC

Tints of Wistful #A497FC

Color information

#A497FC (or 0xA497FC) is unknown color: approx Wistful. HEX triplet: A4, 97 and FC. RGB value is (164,151,252). Sum of RGB (Red+Green+Blue) = 164+151+252=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #A497FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A497FC is #5B6803. Grayscale: #A6A6A6. Windows color (decimal): -5990404 or 16553892. OLE color: 16553892.

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

Color convert

RGB164151252-
CMYK0.350.4000.01
HSL247.72º94.39%79.02%-
HSV(B)247.72º40.08%98.82%-
XYZ43.9537.0596.93-
YUV166.4176.31126.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.92%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 252 (98.83% from 255) = 44.44%
R=28.92%
G=26.63%
B=44.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1641512520.350.4000.01247.7294.3979.02
HexA497FC232801f85e4f
Octal244227374435001370136117
Binary101001001001011111111100100011101000011111100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497FC; }

 p { color: rgb(164,151,252); }

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

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

 a { background-color: rgb(164,151,252); }

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

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

 span { border-color: rgb(164,151,252); }

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