#A297D0

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

Shades of Wistful #A297D0

Tints of Wistful #A297D0

Color information

#A297D0 (or 0xA297D0) is unknown color: approx Wistful. HEX triplet: A2, 97 and D0. RGB value is (162,151,208). Sum of RGB (Red+Green+Blue) = 162+151+208=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #A297D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297D0 is #5D682F. Grayscale: #A0A0A0. Windows color (decimal): -6121520 or 13670306. OLE color: 13670306.

HSL color Cylindrical-coordinate representation of color #A297D0: hue angle of 251.58º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A297D0 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162151208-
CMYK0.220.2700.18
HSL251.58º37.75%70.39%-
HSV(B)251.58º27.4%81.57%-
XYZ37.3534.3764.34-
YUV160.79154.64128.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.09%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 208 (81.64% from 255) = 39.92%
R=31.09%
G=28.98%
B=39.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621512080.220.2700.18251.5837.7570.39
HexA297D0161B012fc2646
Octal242227320263302237446106
Binary1010001010010111110100001011011011010010111111001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297D0; }

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

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

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

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

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

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

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

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