#A297CE

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

Shades of Wistful #A297CE

Tints of Wistful #A297CE

Color information

#A297CE (or 0xA297CE) is unknown color: approx Wistful. HEX triplet: A2, 97 and CE. RGB value is (162,151,206). Sum of RGB (Red+Green+Blue) = 162+151+206=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #A297CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297CE is #5D6831. Grayscale: #A0A0A0. Windows color (decimal): -6121522 or 13539234. OLE color: 13539234.

HSL color Cylindrical-coordinate representation of color #A297CE: hue angle of 252º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A297CE is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162151206-
CMYK0.210.2700.19
HSL252º35.95%70%-
HSV(B)252º26.7%80.78%-
XYZ37.1134.2763.05-
YUV160.56153.64129.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.21%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=31.21%
G=29.09%
B=39.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621512060.210.2700.1925235.9570
HexA297CE151B013fc2446
Octal242227316253302337444106
Binary1010001010010111110011101010111011010011111111001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297CE; }

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

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

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

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

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

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

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

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