#A297C5

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

Shades of Wistful #A297C5

Tints of Wistful #A297C5

Color information

#A297C5 (or 0xA297C5) is unknown color: approx Wistful. HEX triplet: A2, 97 and C5. RGB value is (162,151,197). Sum of RGB (Red+Green+Blue) = 162+151+197=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #A297C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297C5 is #5D683A. Grayscale: #9F9F9F. Windows color (decimal): -6121531 or 12949410. OLE color: 12949410.

HSL color Cylindrical-coordinate representation of color #A297C5: hue angle of 254.35º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A297C5 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162151197-
CMYK0.180.2300.23
HSL254.35º28.4%68.24%-
HSV(B)254.35º23.35%77.25%-
XYZ36.0433.8557.46-
YUV159.53149.14129.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 197 (77.34% from 255) = 38.63%
R=31.76%
G=29.61%
B=38.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621511970.180.2300.23254.3528.468.24
HexA297C51217017fe1c44
Octal242227305222702737634104
Binary101000101001011111000101100101011101011111111110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297C5; }

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

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

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

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

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

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

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

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