#A197D1

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

Shades of Wistful #A197D1

Tints of Wistful #A197D1

Color information

#A197D1 (or 0xA197D1) is unknown color: approx Wistful. HEX triplet: A1, 97 and D1. RGB value is (161,151,209). Sum of RGB (Red+Green+Blue) = 161+151+209=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #A197D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197D1 is #5E682E. Grayscale: #A0A0A0. Windows color (decimal): -6187055 or 13735841. OLE color: 13735841.

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

Color convert

RGB161151209-
CMYK0.230.2800.18
HSL250.34º38.67%70.59%-
HSV(B)250.34º27.75%81.96%-
XYZ37.2734.3164.98-
YUV160.6155.31128.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=30.90%
G=28.98%
B=40.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611512090.230.2800.18250.3438.6770.59
HexA197D1171C012fa2747
Octal241227321273402237247107
Binary1010000110010111110100011011111100010010111110101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197D1; }

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

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

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

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

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

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

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

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