#A297D7

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

Shades of Wistful #A297D7

Tints of Wistful #A297D7

Color information

#A297D7 (or 0xA297D7) is unknown color: approx Wistful. HEX triplet: A2, 97 and D7. RGB value is (162,151,215). Sum of RGB (Red+Green+Blue) = 162+151+215=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #A297D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297D7 is #5D6828. Grayscale: #A1A1A1. Windows color (decimal): -6121513 or 14129058. OLE color: 14129058.

HSL color Cylindrical-coordinate representation of color #A297D7: hue angle of 250.31º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A297D7 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162151215-
CMYK0.250.3000.16
HSL250.31º44.44%71.76%-
HSV(B)250.31º29.77%84.31%-
XYZ38.2334.7268.98-
YUV161.58158.14128.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.68%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 215 (84.38% from 255) = 40.72%
R=30.68%
G=28.60%
B=40.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621512150.250.3000.16250.3144.4471.76
HexA297D7191E010fa2c48
Octal242227327313602037254110
Binary1010001010010111110101111100111110010000111110101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297D7; }

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

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

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

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

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

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

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

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