Html Css Color HEX #A196F1 Wistful

📋 copy color: '#A196F1'

red 161 ◦ green 150 ◦ blue 241

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

Shades of Wistful #A196F1

Tints of Wistful #A196F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.66%

R = 29.17%
G = 27.17%
B = 43.66%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A196F1 (or 0xA196F1) is known color: Wistful. HEX triplet: A1, 96 and F1. RGB value is (161,150,241). Sum of RGB (Red+Green+Blue) = 161+150+241=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #A196F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A196F1 is #5E690E. Grayscale: #A3A3A3. Windows color (decimal): -6187279 or 15832737. OLE color: 15832737.

HSL color Cylindrical-coordinate representation of color #A196F1: hue angle of 247.25º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A196F1 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 150 241 -
CMYK 0.33 0.38 0 0.05
HSL 247.25º 0.76% 0.77% -
HSV(B) 247.25º 0.38% 0.95% -
XYZ 41.48 35.74 87.93 -
YUV 163.66 171.64 126.1 -
System Red Green Blue C M Y K H S L
Decimal 161 150 241 0.33 0.38 0 0.05 247.25 0.76 0.77
Hex A1 96 F1 21 26 0 5 F7 4C 4D
Octal 241 226 361 41 46 0 5 367 114 115
Binary 10100001 10010110 11110001 100001 100110 0 101 11110111 1001100 1001101

Color Harmonies of #A196F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A196F1

Black with #A196F1

Text Example


Text Example

White with #A196F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A196F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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