#A297DE

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

Shades of Wistful #A297DE

Tints of Wistful #A297DE

Color information

#A297DE (or 0xA297DE) is unknown color: approx Wistful. HEX triplet: A2, 97 and DE. RGB value is (162,151,222). Sum of RGB (Red+Green+Blue) = 162+151+222=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #A297DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297DE is #5D6821. Grayscale: #A2A2A2. Windows color (decimal): -6121506 or 14587810. OLE color: 14587810.

HSL color Cylindrical-coordinate representation of color #A297DE: hue angle of 249.3º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A297DE is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162151222-
CMYK0.270.3200.13
HSL249.3º51.82%73.14%-
HSV(B)249.3º31.98%87.06%-
XYZ39.1535.0973.82-
YUV162.38161.64127.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.28%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=30.28%
G=28.22%
B=41.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621512220.270.3200.13249.351.8273.14
HexA297DE1B200Df93449
Octal242227336334001537164111
Binary1010001010010111110111101101110000001101111110011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297DE; }

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

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

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

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

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

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

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

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