Html Css Color HEX #A197D1 Wistful

📋 copy color: '#A197D1'

red 161 ◦ green 151 ◦ blue 209

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

Shades of Wistful #A197D1

Tints of Wistful #A197D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.12%

R = 30.9%
G = 28.98%
B = 40.12%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A197D1 (or 0xA197D1) is known color: 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

RGB 161 151 209 -
CMYK 0.23 0.28 0 0.18
HSL 250.34º 0.39% 0.71% -
HSV(B) 250.34º 0.28% 0.82% -
XYZ 37.27 34.31 64.98 -
YUV 160.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 161 151 209 0.23 0.28 0 0.18 250.34 0.39 0.71
Hex A1 97 D1 17 1C 0 12 FA 27 47
Octal 241 227 321 27 34 0 22 372 47 107
Binary 10100001 10010111 11010001 10111 11100 0 10010 11111010 100111 1000111

Color Harmonies of #A197D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A197D1

Black with #A197D1

Text Example


Text Example

White with #A197D1

Text Example


Text Example

HTML Codes & Css Web 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>