Shades of Cold Purple #A197B3
Tints of Cold Purple #A197B3
RGB
CMYK
RGB Variations
Color information
#A197B3 (or 0xA197B3) is known color: Cold Purple. HEX triplet: A1, 97 and B3. RGB value is (161,151,179). Sum of RGB (Red+Green+Blue) = 161+151+179=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #A197B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197B3 is #5E684C. Grayscale: #9D9D9D. Windows color (decimal): -6187085 or 11769761. OLE color: 11769761.
HSL color Cylindrical-coordinate representation of color #A197B3: hue angle of 261.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A197B3 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 151 | 179 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.30 |
| HSL | 261.43º | 0.16% | 0.65% | - |
| HSV(B) | 261.43º | 0.16% | 0.7% | - |
| XYZ | 33.9 | 32.96 | 47.22 | - |
| YUV | 157.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 179 | 0.10 | 0.16 | 0 | 0.30 | 261.43 | 0.16 | 0.65 |
| Hex | A1 | 97 | B3 | A | 10 | 0 | 1E | 105 | 10 | 41 |
| Octal | 241 | 227 | 263 | 12 | 20 | 0 | 36 | 405 | 20 | 101 |
| Binary | 10100001 | 10010111 | 10110011 | 1010 | 10000 | 0 | 11110 | 100000101 | 10000 | 1000001 |
Color Harmonies of #A197B3
Complementary color
Monochromatic Colors of #A197B3
Black with #A197B3
Text Example
Text Example
White with #A197B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197B3; }
p { color: rgb(161,151,179); }
H1.HeaderClassName
{
color: #A197B3;
}
.AnyTagClassName
{
color: #A197B3;
}
</style>
background-color css
<style>
a { background-color: #A197B3; }
a { background-color: rgb(161,151,179); }
div.DivClassName
{
background-color: #A197B3;
}
.BgClassName
{
background-color: #A197B3;
}
</style>
border-color css
<style>
span { border-color: #A197B3; }
span { border-color: rgb(161,151,179); }
td.TdClassName
{
border-color: #A197B3;
}
.TagClassName
{
border-color: #A197B3;
}
</style>