Shades of Cold Purple #A197BF
Tints of Cold Purple #A197BF
RGB
CMYK
RGB Variations
Color information
#A197BF (or 0xA197BF) is known color: Cold Purple. HEX triplet: A1, 97 and BF. RGB value is (161,151,191). Sum of RGB (Red+Green+Blue) = 161+151+191=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #A197BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197BF is #5E6840. Grayscale: #9E9E9E. Windows color (decimal): -6187073 or 12556193. OLE color: 12556193.
HSL color Cylindrical-coordinate representation of color #A197BF: hue angle of 255º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A197BF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 151 | 191 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.25 |
| HSL | 255º | 0.24% | 0.67% | - |
| HSV(B) | 255º | 0.21% | 0.75% | - |
| XYZ | 35.17 | 33.47 | 53.9 | - |
| YUV | 158.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 191 | 0.16 | 0.21 | 0 | 0.25 | 255 | 0.24 | 0.67 |
| Hex | A1 | 97 | BF | 10 | 15 | 0 | 19 | FF | 18 | 43 |
| Octal | 241 | 227 | 277 | 20 | 25 | 0 | 31 | 377 | 30 | 103 |
| Binary | 10100001 | 10010111 | 10111111 | 10000 | 10101 | 0 | 11001 | 11111111 | 11000 | 1000011 |
Color Harmonies of #A197BF
Complementary color
Monochromatic Colors of #A197BF
Black with #A197BF
Text Example
Text Example
White with #A197BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197BF; }
p { color: rgb(161,151,191); }
H1.HeaderClassName
{
color: #A197BF;
}
.AnyTagClassName
{
color: #A197BF;
}
</style>
background-color css
<style>
a { background-color: #A197BF; }
a { background-color: rgb(161,151,191); }
div.DivClassName
{
background-color: #A197BF;
}
.BgClassName
{
background-color: #A197BF;
}
</style>
border-color css
<style>
span { border-color: #A197BF; }
span { border-color: rgb(161,151,191); }
td.TdClassName
{
border-color: #A197BF;
}
.TagClassName
{
border-color: #A197BF;
}
</style>