#A197DC

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

Shades of Wistful #A197DC

Tints of Wistful #A197DC

Color information

#A197DC (or 0xA197DC) is unknown color: approx Wistful. HEX triplet: A1, 97 and DC. RGB value is (161,151,220). Sum of RGB (Red+Green+Blue) = 161+151+220=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #A197DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197DC is #5E6823. Grayscale: #A1A1A1. Windows color (decimal): -6187044 or 14456737. OLE color: 14456737.

HSL color Cylindrical-coordinate representation of color #A197DC: hue angle of 248.7º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A197DC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161151220-
CMYK0.270.3100.14
HSL248.7º49.64%72.75%-
HSV(B)248.7º31.36%86.27%-
XYZ38.6834.8872.4-
YUV161.86160.81127.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 151 (59.38% from 255) = 28.38%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=30.26%
G=28.38%
B=41.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611512200.270.3100.14248.749.6472.75
HexA197DC1B1F0Ef93249
Octal241227334333701637162111
Binary101000011001011111011100110111111101110111110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197DC; }

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

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

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

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

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

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

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

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