#A197D0

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

Shades of Wistful #A197D0

Tints of Wistful #A197D0

Color information

#A197D0 (or 0xA197D0) is unknown color: approx Wistful. HEX triplet: A1, 97 and D0. RGB value is (161,151,208). Sum of RGB (Red+Green+Blue) = 161+151+208=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #A197D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197D0 is #5E682F. Grayscale: #A0A0A0. Windows color (decimal): -6187056 or 13670305. OLE color: 13670305.

HSL color Cylindrical-coordinate representation of color #A197D0: hue angle of 250.53º 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 #A197D0 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161151208-
CMYK0.230.2700.18
HSL250.53º37.75%70.39%-
HSV(B)250.53º27.4%81.57%-
XYZ37.1534.2664.33-
YUV160.49154.81128.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 208 (81.64% from 255) = 40%
R=30.96%
G=29.04%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611512080.230.2700.18250.5337.7570.39
HexA197D0171B012fb2646
Octal241227320273302237346106
Binary1010000110010111110100001011111011010010111110111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197D0; }

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

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

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

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

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

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

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

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