Shades of Cold Purple #A196BB
Tints of Cold Purple #A196BB
RGB
CMYK
RGB Variations
Color information
#A196BB (or 0xA196BB) is known color: Cold Purple. HEX triplet: A1, 96 and BB. RGB value is (161,150,187). Sum of RGB (Red+Green+Blue) = 161+150+187=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #A196BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196BB is #5E6944. Grayscale: #9D9D9D. Windows color (decimal): -6187333 or 12293793. OLE color: 12293793.
HSL color Cylindrical-coordinate representation of color #A196BB: hue angle of 257.84º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A196BB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 150 | 187 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.27 |
| HSL | 257.84º | 0.21% | 0.66% | - |
| HSV(B) | 257.84º | 0.2% | 0.73% | - |
| XYZ | 34.57 | 32.98 | 51.56 | - |
| YUV | 157.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 187 | 0.14 | 0.20 | 0 | 0.27 | 257.84 | 0.21 | 0.66 |
| Hex | A1 | 96 | BB | E | 14 | 0 | 1B | 102 | 15 | 42 |
| Octal | 241 | 226 | 273 | 16 | 24 | 0 | 33 | 402 | 25 | 102 |
| Binary | 10100001 | 10010110 | 10111011 | 1110 | 10100 | 0 | 11011 | 100000010 | 10101 | 1000010 |
Color Harmonies of #A196BB
Complementary color
Monochromatic Colors of #A196BB
Black with #A196BB
Text Example
Text Example
White with #A196BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A196BB; }
p { color: rgb(161,150,187); }
H1.HeaderClassName
{
color: #A196BB;
}
.AnyTagClassName
{
color: #A196BB;
}
</style>
background-color css
<style>
a { background-color: #A196BB; }
a { background-color: rgb(161,150,187); }
div.DivClassName
{
background-color: #A196BB;
}
.BgClassName
{
background-color: #A196BB;
}
</style>
border-color css
<style>
span { border-color: #A196BB; }
span { border-color: rgb(161,150,187); }
td.TdClassName
{
border-color: #A196BB;
}
.TagClassName
{
border-color: #A196BB;
}
</style>