Shades of Cold Purple #A197AE
Tints of Cold Purple #A197AE
RGB
CMYK
RGB Variations
Color information
#A197AE (or 0xA197AE) is known color: Cold Purple. HEX triplet: A1, 97 and AE. RGB value is (161,151,174). Sum of RGB (Red+Green+Blue) = 161+151+174=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 174 - color contains mainly: blue. Hex color #A197AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A197AE is #5E6851. Grayscale: #9C9C9C. Windows color (decimal): -6187090 or 11442081. OLE color: 11442081.
HSL color Cylindrical-coordinate representation of color #A197AE: hue angle of 266.09º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A197AE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 151 | 174 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.32 |
| HSL | 266.09º | 0.12% | 0.64% | - |
| HSV(B) | 266.09º | 0.13% | 0.68% | - |
| XYZ | 33.4 | 32.77 | 44.61 | - |
| YUV | 156.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 174 | 0.07 | 0.13 | 0 | 0.32 | 266.09 | 0.12 | 0.64 |
| Hex | A1 | 97 | AE | 7 | D | 0 | 20 | 10A | C | 40 |
| Octal | 241 | 227 | 256 | 7 | 15 | 0 | 40 | 412 | 14 | 100 |
| Binary | 10100001 | 10010111 | 10101110 | 111 | 1101 | 0 | 100000 | 100001010 | 1100 | 1000000 |
Color Harmonies of #A197AE
Complementary color
Monochromatic Colors of #A197AE
Black with #A197AE
Text Example
Text Example
White with #A197AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197AE; }
p { color: rgb(161,151,174); }
H1.HeaderClassName
{
color: #A197AE;
}
.AnyTagClassName
{
color: #A197AE;
}
</style>
background-color css
<style>
a { background-color: #A197AE; }
a { background-color: rgb(161,151,174); }
div.DivClassName
{
background-color: #A197AE;
}
.BgClassName
{
background-color: #A197AE;
}
</style>
border-color css
<style>
span { border-color: #A197AE; }
span { border-color: rgb(161,151,174); }
td.TdClassName
{
border-color: #A197AE;
}
.TagClassName
{
border-color: #A197AE;
}
</style>