Html Css Color HEX #A196DF Wistful

📋 copy color: '#A196DF'

red 161 ◦ green 150 ◦ blue 223

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

Shades of Wistful #A196DF

Tints of Wistful #A196DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.09%

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

R = 30.15%
G = 28.09%
B = 41.76%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A196DF (or 0xA196DF) is known color: Wistful. HEX triplet: A1, 96 and DF. RGB value is (161,150,223). Sum of RGB (Red+Green+Blue) = 161+150+223=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #A196DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196DF is #5E6920. Grayscale: #A1A1A1. Windows color (decimal): -6187297 or 14653089. OLE color: 14653089.

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

Color convert

RGB 161 150 223 -
CMYK 0.28 0.33 0 0.13
HSL 249.04º 0.53% 0.73% -
HSV(B) 249.04º 0.33% 0.87% -
XYZ 38.92 34.72 74.46 -
YUV 161.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 161 150 223 0.28 0.33 0 0.13 249.04 0.53 0.73
Hex A1 96 DF 1C 21 0 D F9 35 49
Octal 241 226 337 34 41 0 15 371 65 111
Binary 10100001 10010110 11011111 11100 100001 0 1101 11111001 110101 1001001

Color Harmonies of #A196DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A196DF

Black with #A196DF

Text Example


Text Example

White with #A196DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A196DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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