Shades of Cold Purple #A096B2
Tints of Cold Purple #A096B2
RGB
CMYK
RGB Variations
Color information
#A096B2 (or 0xA096B2) is known color: Cold Purple. HEX triplet: A0, 96 and B2. RGB value is (160,150,178). Sum of RGB (Red+Green+Blue) = 160+150+178=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 178 - color contains mainly: blue. Hex color #A096B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A096B2 is #5F694D. Grayscale: #9C9C9C. Windows color (decimal): -6252878 or 11703968. OLE color: 11703968.
HSL color Cylindrical-coordinate representation of color #A096B2: hue angle of 261.43º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A096B2 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 150 | 178 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.30 |
| HSL | 261.43º | 0.15% | 0.64% | - |
| HSV(B) | 261.43º | 0.16% | 0.7% | - |
| XYZ | 33.44 | 32.5 | 46.63 | - |
| YUV | 156.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 178 | 0.10 | 0.16 | 0 | 0.30 | 261.43 | 0.15 | 0.64 |
| Hex | A0 | 96 | B2 | A | 10 | 0 | 1E | 105 | F | 40 |
| Octal | 240 | 226 | 262 | 12 | 20 | 0 | 36 | 405 | 17 | 100 |
| Binary | 10100000 | 10010110 | 10110010 | 1010 | 10000 | 0 | 11110 | 100000101 | 1111 | 1000000 |
Color Harmonies of #A096B2
Complementary color
Monochromatic Colors of #A096B2
Black with #A096B2
Text Example
Text Example
White with #A096B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096B2; }
p { color: rgb(160,150,178); }
H1.HeaderClassName
{
color: #A096B2;
}
.AnyTagClassName
{
color: #A096B2;
}
</style>
background-color css
<style>
a { background-color: #A096B2; }
a { background-color: rgb(160,150,178); }
div.DivClassName
{
background-color: #A096B2;
}
.BgClassName
{
background-color: #A096B2;
}
</style>
border-color css
<style>
span { border-color: #A096B2; }
span { border-color: rgb(160,150,178); }
td.TdClassName
{
border-color: #A096B2;
}
.TagClassName
{
border-color: #A096B2;
}
</style>