Html Css Color HEX #A196EC Wistful

📋 copy color: '#A196EC'

red 161 ◦ green 150 ◦ blue 236

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

Shades of Wistful #A196EC

Tints of Wistful #A196EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 29.43%
G = 27.42%
B = 43.14%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A196EC (or 0xA196EC) is known color: Wistful. HEX triplet: A1, 96 and EC. RGB value is (161,150,236). Sum of RGB (Red+Green+Blue) = 161+150+236=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #A196EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A196EC is #5E6913. Grayscale: #A2A2A2. Windows color (decimal): -6187284 or 15505057. OLE color: 15505057.

HSL color Cylindrical-coordinate representation of color #A196EC: hue angle of 247.67º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A196EC is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 150 236 -
CMYK 0.32 0.36 0 0.07
HSL 247.67º 0.69% 0.76% -
HSV(B) 247.67º 0.36% 0.93% -
XYZ 40.74 35.45 84.05 -
YUV 163.09 169.14 126.51 -
System Red Green Blue C M Y K H S L
Decimal 161 150 236 0.32 0.36 0 0.07 247.67 0.69 0.76
Hex A1 96 EC 20 24 0 7 F8 45 4C
Octal 241 226 354 40 44 0 7 370 105 114
Binary 10100001 10010110 11101100 100000 100100 0 111 11111000 1000101 1001100

Color Harmonies of #A196EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A196EC

Black with #A196EC

Text Example


Text Example

White with #A196EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A196EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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