Html Css Color HEX #A196B7 Cold Purple

📋 copy color: '#A196B7'

red 161 ◦ green 150 ◦ blue 183

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

Shades of Cold Purple #A196B7

Tints of Cold Purple #A196B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.04%

R = 32.59%
G = 30.36%
B = 37.04%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A196B7 (or 0xA196B7) is known color: Cold Purple. HEX triplet: A1, 96 and B7. RGB value is (161,150,183). Sum of RGB (Red+Green+Blue) = 161+150+183=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 183 - color contains mainly: blue. Hex color #A196B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196B7 is #5E6948. Grayscale: #9C9C9C. Windows color (decimal): -6187337 or 12031649. OLE color: 12031649.

HSL color Cylindrical-coordinate representation of color #A196B7: hue angle of 260º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A196B7 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 150 183 -
CMYK 0.12 0.18 0 0.28
HSL 260º 0.19% 0.65% -
HSV(B) 260º 0.18% 0.72% -
XYZ 34.15 32.81 49.33 -
YUV 157.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 161 150 183 0.12 0.18 0 0.28 260 0.19 0.65
Hex A1 96 B7 C 12 0 1C 104 13 41
Octal 241 226 267 14 22 0 34 404 23 101
Binary 10100001 10010110 10110111 1100 10010 0 11100 100000100 10011 1000001

Color Harmonies of #A196B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A196B7

Black with #A196B7

Text Example


Text Example

White with #A196B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A196B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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