Html Css Color HEX #A197DD Wistful

📋 copy color: '#A197DD'

red 161 ◦ green 151 ◦ blue 221

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

Shades of Wistful #A197DD

Tints of Wistful #A197DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 30.21%
G = 28.33%
B = 41.46%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A197DD (or 0xA197DD) is known color: Wistful. HEX triplet: A1, 97 and DD. RGB value is (161,151,221). Sum of RGB (Red+Green+Blue) = 161+151+221=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #A197DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197DD is #5E6822. Grayscale: #A1A1A1. Windows color (decimal): -6187043 or 14522273. OLE color: 14522273.

HSL color Cylindrical-coordinate representation of color #A197DD: hue angle of 248.57º degrees, saturation: 0.51, 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 #A197DD is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 151 221 -
CMYK 0.27 0.32 0 0.13
HSL 248.57º 0.51% 0.73% -
HSV(B) 248.57º 0.32% 0.87% -
XYZ 38.82 34.93 73.1 -
YUV 161.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 161 151 221 0.27 0.32 0 0.13 248.57 0.51 0.73
Hex A1 97 DD 1B 20 0 D F9 33 49
Octal 241 227 335 33 40 0 15 371 63 111
Binary 10100001 10010111 11011101 11011 100000 0 1101 11111001 110011 1001001

Color Harmonies of #A197DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A197DD

Black with #A197DD

Text Example


Text Example

White with #A197DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A197DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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