Shades of Cold Purple #AAA1B7
Tints of Cold Purple #AAA1B7
RGB
CMYK
RGB Variations
Color information
#AAA1B7 (or 0xAAA1B7) is known color: Cold Purple. HEX triplet: AA, A1 and B7. RGB value is (170,161,183). Sum of RGB (Red+Green+Blue) = 170+161+183=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 183 - color contains mainly: blue. Hex color #AAA1B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1B7 is #555E48. Grayscale: #A6A6A6. Windows color (decimal): -5594697 or 12034474. OLE color: 12034474.
HSL color Cylindrical-coordinate representation of color #AAA1B7: hue angle of 264.55º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA1B7 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 161 | 183 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.28 |
| HSL | 264.55º | 0.13% | 0.67% | - |
| HSV(B) | 264.55º | 0.12% | 0.72% | - |
| XYZ | 37.87 | 37.45 | 50.03 | - |
| YUV | 166.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 183 | 0.07 | 0.12 | 0 | 0.28 | 264.55 | 0.13 | 0.67 |
| Hex | AA | A1 | B7 | 7 | C | 0 | 1C | 109 | D | 43 |
| Octal | 252 | 241 | 267 | 7 | 14 | 0 | 34 | 411 | 15 | 103 |
| Binary | 10101010 | 10100001 | 10110111 | 111 | 1100 | 0 | 11100 | 100001001 | 1101 | 1000011 |
Color Harmonies of #AAA1B7
Complementary color
Monochromatic Colors of #AAA1B7
Black with #AAA1B7
Text Example
Text Example
White with #AAA1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1B7; }
p { color: rgb(170,161,183); }
H1.HeaderClassName
{
color: #AAA1B7;
}
.AnyTagClassName
{
color: #AAA1B7;
}
</style>
background-color css
<style>
a { background-color: #AAA1B7; }
a { background-color: rgb(170,161,183); }
div.DivClassName
{
background-color: #AAA1B7;
}
.BgClassName
{
background-color: #AAA1B7;
}
</style>
border-color css
<style>
span { border-color: #AAA1B7; }
span { border-color: rgb(170,161,183); }
td.TdClassName
{
border-color: #AAA1B7;
}
.TagClassName
{
border-color: #AAA1B7;
}
</style>