Html Css Color HEX #A196CE Wistful

📋 copy color: '#A196CE'

red 161 ◦ green 150 ◦ blue 206

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

Shades of Wistful #A196CE

Tints of Wistful #A196CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 31.14%
G = 29.01%
B = 39.85%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A196CE (or 0xA196CE) is known color: Wistful. HEX triplet: A1, 96 and CE. RGB value is (161,150,206). Sum of RGB (Red+Green+Blue) = 161+150+206=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #A196CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196CE is #5E6931. Grayscale: #9F9F9F. Windows color (decimal): -6187314 or 13538977. OLE color: 13538977.

HSL color Cylindrical-coordinate representation of color #A196CE: hue angle of 251.79º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A196CE is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 150 206 -
CMYK 0.22 0.27 0 0.19
HSL 251.79º 0.36% 0.7% -
HSV(B) 251.79º 0.27% 0.81% -
XYZ 36.74 33.85 62.99 -
YUV 159.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 161 150 206 0.22 0.27 0 0.19 251.79 0.36 0.7
Hex A1 96 CE 16 1B 0 13 FC 24 46
Octal 241 226 316 26 33 0 23 374 44 106
Binary 10100001 10010110 11001110 10110 11011 0 10011 11111100 100100 1000110

Color Harmonies of #A196CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A196CE

Black with #A196CE

Text Example


Text Example

White with #A196CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A196CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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