Html Css Color HEX #A196D2 Wistful

📋 copy color: '#A196D2'

red 161 ◦ green 150 ◦ blue 210

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

Shades of Wistful #A196D2

Tints of Wistful #A196D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.31%

R = 30.9%
G = 28.79%
B = 40.31%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A196D2 (or 0xA196D2) is known color: Wistful. HEX triplet: A1, 96 and D2. RGB value is (161,150,210). Sum of RGB (Red+Green+Blue) = 161+150+210=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #A196D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196D2 is #5E692D. Grayscale: #9F9F9F. Windows color (decimal): -6187310 or 13801121. OLE color: 13801121.

HSL color Cylindrical-coordinate representation of color #A196D2: hue angle of 251º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A196D2 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 150 210 -
CMYK 0.23 0.29 0 0.18
HSL 251º 0.4% 0.71% -
HSV(B) 251º 0.29% 0.82% -
XYZ 37.24 34.04 65.58 -
YUV 160.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 161 150 210 0.23 0.29 0 0.18 251 0.4 0.71
Hex A1 96 D2 17 1D 0 12 FB 28 47
Octal 241 226 322 27 35 0 22 373 50 107
Binary 10100001 10010110 11010010 10111 11101 0 10010 11111011 101000 1000111

Color Harmonies of #A196D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A196D2

Black with #A196D2

Text Example


Text Example

White with #A196D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A196D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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