Shades of Cold Purple #A197B2
Tints of Cold Purple #A197B2
RGB
CMYK
RGB Variations
Color information
#A197B2 (or 0xA197B2) is known color: Cold Purple. HEX triplet: A1, 97 and B2. RGB value is (161,151,178). Sum of RGB (Red+Green+Blue) = 161+151+178=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 178 - color contains mainly: blue. Hex color #A197B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A197B2 is #5E684D. Grayscale: #9C9C9C. Windows color (decimal): -6187086 or 11704225. OLE color: 11704225.
HSL color Cylindrical-coordinate representation of color #A197B2: hue angle of 262.22º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A197B2 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 151 | 178 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.30 |
| HSL | 262.22º | 0.15% | 0.65% | - |
| HSV(B) | 262.22º | 0.15% | 0.7% | - |
| XYZ | 33.8 | 32.92 | 46.69 | - |
| YUV | 157.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 178 | 0.10 | 0.15 | 0 | 0.30 | 262.22 | 0.15 | 0.65 |
| Hex | A1 | 97 | B2 | A | F | 0 | 1E | 106 | F | 41 |
| Octal | 241 | 227 | 262 | 12 | 17 | 0 | 36 | 406 | 17 | 101 |
| Binary | 10100001 | 10010111 | 10110010 | 1010 | 1111 | 0 | 11110 | 100000110 | 1111 | 1000001 |
Color Harmonies of #A197B2
Complementary color
Monochromatic Colors of #A197B2
Black with #A197B2
Text Example
Text Example
White with #A197B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197B2; }
p { color: rgb(161,151,178); }
H1.HeaderClassName
{
color: #A197B2;
}
.AnyTagClassName
{
color: #A197B2;
}
</style>
background-color css
<style>
a { background-color: #A197B2; }
a { background-color: rgb(161,151,178); }
div.DivClassName
{
background-color: #A197B2;
}
.BgClassName
{
background-color: #A197B2;
}
</style>
border-color css
<style>
span { border-color: #A197B2; }
span { border-color: rgb(161,151,178); }
td.TdClassName
{
border-color: #A197B2;
}
.TagClassName
{
border-color: #A197B2;
}
</style>