Shades of Cold Purple #A196BC
Tints of Cold Purple #A196BC
RGB
CMYK
RGB Variations
Color information
#A196BC (or 0xA196BC) is known color: Cold Purple. HEX triplet: A1, 96 and BC. RGB value is (161,150,188). Sum of RGB (Red+Green+Blue) = 161+150+188=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #A196BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196BC is #5E6943. Grayscale: #9D9D9D. Windows color (decimal): -6187332 or 12359329. OLE color: 12359329.
HSL color Cylindrical-coordinate representation of color #A196BC: hue angle of 257.37º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A196BC is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 150 | 188 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.26 |
| HSL | 257.37º | 0.22% | 0.66% | - |
| HSV(B) | 257.37º | 0.2% | 0.74% | - |
| XYZ | 34.68 | 33.02 | 52.12 | - |
| YUV | 157.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 188 | 0.14 | 0.20 | 0 | 0.26 | 257.37 | 0.22 | 0.66 |
| Hex | A1 | 96 | BC | E | 14 | 0 | 1A | 101 | 16 | 42 |
| Octal | 241 | 226 | 274 | 16 | 24 | 0 | 32 | 401 | 26 | 102 |
| Binary | 10100001 | 10010110 | 10111100 | 1110 | 10100 | 0 | 11010 | 100000001 | 10110 | 1000010 |
Color Harmonies of #A196BC
Complementary color
Monochromatic Colors of #A196BC
Black with #A196BC
Text Example
Text Example
White with #A196BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A196BC; }
p { color: rgb(161,150,188); }
H1.HeaderClassName
{
color: #A196BC;
}
.AnyTagClassName
{
color: #A196BC;
}
</style>
background-color css
<style>
a { background-color: #A196BC; }
a { background-color: rgb(161,150,188); }
div.DivClassName
{
background-color: #A196BC;
}
.BgClassName
{
background-color: #A196BC;
}
</style>
border-color css
<style>
span { border-color: #A196BC; }
span { border-color: rgb(161,150,188); }
td.TdClassName
{
border-color: #A196BC;
}
.TagClassName
{
border-color: #A196BC;
}
</style>