Shades of Cold Purple #A096B1
Tints of Cold Purple #A096B1
RGB
CMYK
RGB Variations
Color information
#A096B1 (or 0xA096B1) is known color: Cold Purple. HEX triplet: A0, 96 and B1. RGB value is (160,150,177). Sum of RGB (Red+Green+Blue) = 160+150+177=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 177 - color contains mainly: blue. Hex color #A096B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A096B1 is #5F694E. Grayscale: #9B9B9B. Windows color (decimal): -6252879 or 11638432. OLE color: 11638432.
HSL color Cylindrical-coordinate representation of color #A096B1: hue angle of 262.22º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A096B1 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 150 | 177 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.31 |
| HSL | 262.22º | 0.15% | 0.64% | - |
| HSV(B) | 262.22º | 0.15% | 0.69% | - |
| XYZ | 33.34 | 32.46 | 46.1 | - |
| YUV | 156.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 177 | 0.10 | 0.15 | 0 | 0.31 | 262.22 | 0.15 | 0.64 |
| Hex | A0 | 96 | B1 | A | F | 0 | 1F | 106 | F | 40 |
| Octal | 240 | 226 | 261 | 12 | 17 | 0 | 37 | 406 | 17 | 100 |
| Binary | 10100000 | 10010110 | 10110001 | 1010 | 1111 | 0 | 11111 | 100000110 | 1111 | 1000000 |
Color Harmonies of #A096B1
Complementary color
Monochromatic Colors of #A096B1
Black with #A096B1
Text Example
Text Example
White with #A096B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096B1; }
p { color: rgb(160,150,177); }
H1.HeaderClassName
{
color: #A096B1;
}
.AnyTagClassName
{
color: #A096B1;
}
</style>
background-color css
<style>
a { background-color: #A096B1; }
a { background-color: rgb(160,150,177); }
div.DivClassName
{
background-color: #A096B1;
}
.BgClassName
{
background-color: #A096B1;
}
</style>
border-color css
<style>
span { border-color: #A096B1; }
span { border-color: rgb(160,150,177); }
td.TdClassName
{
border-color: #A096B1;
}
.TagClassName
{
border-color: #A096B1;
}
</style>