Shades of Cold Purple #A096AC
Tints of Cold Purple #A096AC
RGB
CMYK
RGB Variations
Color information
#A096AC (or 0xA096AC) is known color: Cold Purple. HEX triplet: A0, 96 and AC. RGB value is (160,150,172). Sum of RGB (Red+Green+Blue) = 160+150+172=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #A096AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A096AC is #5F6953. Grayscale: #9B9B9B. Windows color (decimal): -6252884 or 11310752. OLE color: 11310752.
HSL color Cylindrical-coordinate representation of color #A096AC: hue angle of 267.27º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A096AC is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 150 | 172 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.33 |
| HSL | 267.27º | 0.12% | 0.63% | - |
| HSV(B) | 267.27º | 0.13% | 0.67% | - |
| XYZ | 32.85 | 32.26 | 43.53 | - |
| YUV | 155.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 172 | 0.07 | 0.13 | 0 | 0.33 | 267.27 | 0.12 | 0.63 |
| Hex | A0 | 96 | AC | 7 | D | 0 | 21 | 10B | C | 3F |
| Octal | 240 | 226 | 254 | 7 | 15 | 0 | 41 | 413 | 14 | 77 |
| Binary | 10100000 | 10010110 | 10101100 | 111 | 1101 | 0 | 100001 | 100001011 | 1100 | 111111 |
Color Harmonies of #A096AC
Complementary color
Monochromatic Colors of #A096AC
Black with #A096AC
Text Example
Text Example
White with #A096AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096AC; }
p { color: rgb(160,150,172); }
H1.HeaderClassName
{
color: #A096AC;
}
.AnyTagClassName
{
color: #A096AC;
}
</style>
background-color css
<style>
a { background-color: #A096AC; }
a { background-color: rgb(160,150,172); }
div.DivClassName
{
background-color: #A096AC;
}
.BgClassName
{
background-color: #A096AC;
}
</style>
border-color css
<style>
span { border-color: #A096AC; }
span { border-color: rgb(160,150,172); }
td.TdClassName
{
border-color: #A096AC;
}
.TagClassName
{
border-color: #A096AC;
}
</style>