#A297C9

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

Shades of Wistful #A297C9

Tints of Wistful #A297C9

Color information

#A297C9 (or 0xA297C9) is unknown color: approx Wistful. HEX triplet: A2, 97 and C9. RGB value is (162,151,201). Sum of RGB (Red+Green+Blue) = 162+151+201=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #A297C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297C9 is #5D6836. Grayscale: #9F9F9F. Windows color (decimal): -6121527 or 13211554. OLE color: 13211554.

HSL color Cylindrical-coordinate representation of color #A297C9: hue angle of 253.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A297C9 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162151201-
CMYK0.190.2500.21
HSL253.2º31.65%69.02%-
HSV(B)253.2º24.88%78.82%-
XYZ36.5134.0359.9-
YUV159.99151.14129.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 151 (59.38% from 255) = 29.38%
BLUE value IS 201 (78.91% from 255) = 39.11%
R=31.52%
G=29.38%
B=39.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621512010.190.2500.21253.231.6569.02
HexA297C91319015fd2045
Octal242227311233102537540105
Binary1010001010010111110010011001111001010101111111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297C9; }

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

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

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

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

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

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

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

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