Shades of Cold Purple #A197C1
Tints of Cold Purple #A197C1
RGB
CMYK
RGB Variations
Color information
#A197C1 (or 0xA197C1) is known color: Cold Purple. HEX triplet: A1, 97 and C1. RGB value is (161,151,193). Sum of RGB (Red+Green+Blue) = 161+151+193=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 193 - color contains mainly: blue. Hex color #A197C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197C1 is #5E683E. Grayscale: #9E9E9E. Windows color (decimal): -6187071 or 12687265. OLE color: 12687265.
HSL color Cylindrical-coordinate representation of color #A197C1: hue angle of 254.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A197C1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 151 | 193 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.24 |
| HSL | 254.29º | 0.25% | 0.67% | - |
| HSV(B) | 254.29º | 0.22% | 0.76% | - |
| XYZ | 35.39 | 33.56 | 55.06 | - |
| YUV | 158.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 193 | 0.17 | 0.22 | 0 | 0.24 | 254.29 | 0.25 | 0.67 |
| Hex | A1 | 97 | C1 | 11 | 16 | 0 | 18 | FE | 19 | 43 |
| Octal | 241 | 227 | 301 | 21 | 26 | 0 | 30 | 376 | 31 | 103 |
| Binary | 10100001 | 10010111 | 11000001 | 10001 | 10110 | 0 | 11000 | 11111110 | 11001 | 1000011 |
Color Harmonies of #A197C1
Complementary color
Monochromatic Colors of #A197C1
Black with #A197C1
Text Example
Text Example
White with #A197C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197C1; }
p { color: rgb(161,151,193); }
H1.HeaderClassName
{
color: #A197C1;
}
.AnyTagClassName
{
color: #A197C1;
}
</style>
background-color css
<style>
a { background-color: #A197C1; }
a { background-color: rgb(161,151,193); }
div.DivClassName
{
background-color: #A197C1;
}
.BgClassName
{
background-color: #A197C1;
}
</style>
border-color css
<style>
span { border-color: #A197C1; }
span { border-color: rgb(161,151,193); }
td.TdClassName
{
border-color: #A197C1;
}
.TagClassName
{
border-color: #A197C1;
}
</style>