Html Css Color HEX #A196C7 Wistful

📋 copy color: '#A196C7'

red 161 ◦ green 150 ◦ blue 199

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

Shades of Wistful #A196C7

Tints of Wistful #A196C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.02%

R = 31.57%
G = 29.41%
B = 39.02%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A196C7 (or 0xA196C7) is known color: Wistful. HEX triplet: A1, 96 and C7. RGB value is (161,150,199). Sum of RGB (Red+Green+Blue) = 161+150+199=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 199 - color contains mainly: blue. Hex color #A196C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196C7 is #5E6938. Grayscale: #9E9E9E. Windows color (decimal): -6187321 or 13080225. OLE color: 13080225.

HSL color Cylindrical-coordinate representation of color #A196C7: hue angle of 253.47º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A196C7 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 150 199 -
CMYK 0.19 0.25 0 0.22
HSL 253.47º 0.3% 0.68% -
HSV(B) 253.47º 0.25% 0.78% -
XYZ 35.91 33.51 58.61 -
YUV 158.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 161 150 199 0.19 0.25 0 0.22 253.47 0.3 0.68
Hex A1 96 C7 13 19 0 16 FD 1E 44
Octal 241 226 307 23 31 0 26 375 36 104
Binary 10100001 10010110 11000111 10011 11001 0 10110 11111101 11110 1000100

Color Harmonies of #A196C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A196C7

Black with #A196C7

Text Example


Text Example

White with #A196C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A196C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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