Html Css Color HEX #A196B3 Cold Purple

📋 copy color: '#A196B3'

red 161 ◦ green 150 ◦ blue 179

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

Shades of Cold Purple #A196B3

Tints of Cold Purple #A196B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.53%

R = 32.86%
G = 30.61%
B = 36.53%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A196B3 (or 0xA196B3) is known color: Cold Purple. HEX triplet: A1, 96 and B3. RGB value is (161,150,179). Sum of RGB (Red+Green+Blue) = 161+150+179=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 179 - color contains mainly: blue. Hex color #A196B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196B3 is #5E694C. Grayscale: #9C9C9C. Windows color (decimal): -6187341 or 11769505. OLE color: 11769505.

HSL color Cylindrical-coordinate representation of color #A196B3: hue angle of 262.76º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A196B3 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 150 179 -
CMYK 0.10 0.16 0 0.30
HSL 262.76º 0.16% 0.65% -
HSV(B) 262.76º 0.16% 0.7% -
XYZ 33.74 32.64 47.17 -
YUV 156.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 161 150 179 0.10 0.16 0 0.30 262.76 0.16 0.65
Hex A1 96 B3 A 10 0 1E 107 10 41
Octal 241 226 263 12 20 0 36 407 20 101
Binary 10100001 10010110 10110011 1010 10000 0 11110 100000111 10000 1000001

Color Harmonies of #A196B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A196B3

Black with #A196B3

Text Example


Text Example

White with #A196B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A196B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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