Html Css Color HEX #A196BD Cold Purple

📋 copy color: '#A196BD'

red 161 ◦ green 150 ◦ blue 189

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

Shades of Cold Purple #A196BD

Tints of Cold Purple #A196BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 32.2%
G = 30%
B = 37.8%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A196BD (or 0xA196BD) is known color: Cold Purple. HEX triplet: A1, 96 and BD. RGB value is (161,150,189). Sum of RGB (Red+Green+Blue) = 161+150+189=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #A196BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196BD is #5E6942. Grayscale: #9D9D9D. Windows color (decimal): -6187331 or 12424865. OLE color: 12424865.

HSL color Cylindrical-coordinate representation of color #A196BD: hue angle of 256.92º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A196BD is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 150 189 -
CMYK 0.15 0.21 0 0.26
HSL 256.92º 0.23% 0.66% -
HSV(B) 256.92º 0.21% 0.74% -
XYZ 34.79 33.06 52.69 -
YUV 157.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 161 150 189 0.15 0.21 0 0.26 256.92 0.23 0.66
Hex A1 96 BD F 15 0 1A 101 17 42
Octal 241 226 275 17 25 0 32 401 27 102
Binary 10100001 10010110 10111101 1111 10101 0 11010 100000001 10111 1000010

Color Harmonies of #A196BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A196BD

Black with #A196BD

Text Example


Text Example

White with #A196BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A196BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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