Html Css Color HEX #A197DB Wistful

📋 copy color: '#A197DB'

red 161 ◦ green 151 ◦ blue 219

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

Shades of Wistful #A197DB

Tints of Wistful #A197DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 30.32%
G = 28.44%
B = 41.24%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A197DB (or 0xA197DB) is known color: Wistful. HEX triplet: A1, 97 and DB. RGB value is (161,151,219). Sum of RGB (Red+Green+Blue) = 161+151+219=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #A197DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197DB is #5E6824. Grayscale: #A1A1A1. Windows color (decimal): -6187045 or 14391201. OLE color: 14391201.

HSL color Cylindrical-coordinate representation of color #A197DB: hue angle of 248.82º degrees, saturation: 0.49, 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 #A197DB is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 151 219 -
CMYK 0.26 0.31 0 0.14
HSL 248.82º 0.49% 0.73% -
HSV(B) 248.82º 0.31% 0.86% -
XYZ 38.55 34.82 71.71 -
YUV 161.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 161 151 219 0.26 0.31 0 0.14 248.82 0.49 0.73
Hex A1 97 DB 1A 1F 0 E F9 31 49
Octal 241 227 333 32 37 0 16 371 61 111
Binary 10100001 10010111 11011011 11010 11111 0 1110 11111001 110001 1001001

Color Harmonies of #A197DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A197DB

Black with #A197DB

Text Example


Text Example

White with #A197DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A197DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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