#A297FD

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

Shades of Wistful #A297FD

Tints of Wistful #A297FD

Color information

#A297FD (or 0xA297FD) is unknown color: approx Wistful. HEX triplet: A2, 97 and FD. RGB value is (162,151,253). Sum of RGB (Red+Green+Blue) = 162+151+253=566 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.62% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #A297FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A297FD is #5D6802. Grayscale: #A5A5A5. Windows color (decimal): -6121475 or 16619426. OLE color: 16619426.

HSL color Cylindrical-coordinate representation of color #A297FD: hue angle of 246.47º degrees, saturation: 0.96, 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 #A297FD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB162151253-
CMYK0.360.4000.01
HSL246.47º96.23%79.22%-
HSV(B)246.47º40.32%99.22%-
XYZ43.736.9197.75-
YUV165.92177.14125.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.62%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=28.62%
G=26.68%
B=44.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1621512530.360.4000.01246.4796.2379.22
HexA297FD242801f6604f
Octal242227375445001366140117
Binary101000101001011111111101100100101000011111011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297FD; }

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

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

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

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

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

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

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

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