Html Css Color HEX #A197DF Wistful

📋 copy color: '#A197DF'

red 161 ◦ green 151 ◦ blue 223

#A197DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #A197DF

Tints of Wistful #A197DF

RGB

 RED value IS 161 (63.28% from 255) = 30.09%

 GREEN value IS 151 (59.38% from 255) = 28.22%

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 30.09%
G = 28.22%
B = 41.68%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A197DF (or 0xA197DF) is known color: Wistful. HEX triplet: A1, 97 and DF. RGB value is (161,151,223). Sum of RGB (Red+Green+Blue) = 161+151+223=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #A197DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197DF is #5E6820. Grayscale: #A1A1A1. Windows color (decimal): -6187041 or 14653345. OLE color: 14653345.

HSL color Cylindrical-coordinate representation of color #A197DF: hue angle of 248.33º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A197DF is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 151 223 -
CMYK 0.28 0.32 0 0.13
HSL 248.33º 0.53% 0.73% -
HSV(B) 248.33º 0.32% 0.87% -
XYZ 39.08 35.04 74.52 -
YUV 162.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 161 151 223 0.28 0.32 0 0.13 248.33 0.53 0.73
Hex A1 97 DF 1C 20 0 D F8 35 49
Octal 241 227 337 34 40 0 15 370 65 111
Binary 10100001 10010111 11011111 11100 100000 0 1101 11111000 110101 1001001

Color Harmonies of #A197DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A197DF

Black with #A197DF

Text Example


Text Example

White with #A197DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A197DF; }

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

 H1.HeaderClassName
 {
   color: #A197DF;
 }
 .AnyTagClassName
 {
   color: #A197DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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