Html Css Color HEX #A196DD Wistful

📋 copy color: '#A196DD'

red 161 ◦ green 150 ◦ blue 221

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

Shades of Wistful #A196DD

Tints of Wistful #A196DD

RGB

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

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

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

R = 30.26%
G = 28.2%
B = 41.54%

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

#A196DD (or 0xA196DD) is known color: Wistful. HEX triplet: A1, 96 and DD. RGB value is (161,150,221). Sum of RGB (Red+Green+Blue) = 161+150+221=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #A196DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196DD is #5E6922. Grayscale: #A1A1A1. Windows color (decimal): -6187299 or 14522017. OLE color: 14522017.

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

Color convert

RGB 161 150 221 -
CMYK 0.27 0.32 0 0.13
HSL 249.3º 0.51% 0.73% -
HSV(B) 249.3º 0.32% 0.87% -
XYZ 38.66 34.61 73.05 -
YUV 161.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 161 150 221 0.27 0.32 0 0.13 249.3 0.51 0.73
Hex A1 96 DD 1B 20 0 D F9 33 49
Octal 241 226 335 33 40 0 15 371 63 111
Binary 10100001 10010110 11011101 11011 100000 0 1101 11111001 110011 1001001

Color Harmonies of #A196DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A196DD

Black with #A196DD

Text Example


Text Example

White with #A196DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A196DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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