#A297C6

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

Shades of Wistful #A297C6

Tints of Wistful #A297C6

Color information

#A297C6 (or 0xA297C6) is unknown color: approx Wistful. HEX triplet: A2, 97 and C6. RGB value is (162,151,198). Sum of RGB (Red+Green+Blue) = 162+151+198=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #A297C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297C6 is #5D6839. Grayscale: #9F9F9F. Windows color (decimal): -6121530 or 13014946. OLE color: 13014946.

HSL color Cylindrical-coordinate representation of color #A297C6: hue angle of 254.04º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A297C6 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB162151198-
CMYK0.180.2400.22
HSL254.04º29.19%68.43%-
HSV(B)254.04º23.74%77.65%-
XYZ36.1633.8958.06-
YUV159.65149.64129.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 151 (59.38% from 255) = 29.55%
BLUE value IS 198 (77.73% from 255) = 38.75%
R=31.70%
G=29.55%
B=38.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621511980.180.2400.22254.0429.1968.43
HexA297C61218016fe1d44
Octal242227306223002637635104
Binary101000101001011111000110100101100001011011111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297C6; }

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

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

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

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

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

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

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

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