Shades of Cold Purple #A197BE
Tints of Cold Purple #A197BE
RGB
CMYK
RGB Variations
Color information
#A197BE (or 0xA197BE) is known color: Cold Purple. HEX triplet: A1, 97 and BE. RGB value is (161,151,190). Sum of RGB (Red+Green+Blue) = 161+151+190=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #A197BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197BE is #5E6841. Grayscale: #9E9E9E. Windows color (decimal): -6187074 or 12490657. OLE color: 12490657.
HSL color Cylindrical-coordinate representation of color #A197BE: hue angle of 255.38º degrees, saturation: 0.23, 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 #A197BE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 151 | 190 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.25 |
| HSL | 255.38º | 0.23% | 0.67% | - |
| HSV(B) | 255.38º | 0.21% | 0.75% | - |
| XYZ | 35.06 | 33.43 | 53.32 | - |
| YUV | 158.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 190 | 0.15 | 0.21 | 0 | 0.25 | 255.38 | 0.23 | 0.67 |
| Hex | A1 | 97 | BE | F | 15 | 0 | 19 | FF | 17 | 43 |
| Octal | 241 | 227 | 276 | 17 | 25 | 0 | 31 | 377 | 27 | 103 |
| Binary | 10100001 | 10010111 | 10111110 | 1111 | 10101 | 0 | 11001 | 11111111 | 10111 | 1000011 |
Color Harmonies of #A197BE
Complementary color
Monochromatic Colors of #A197BE
Black with #A197BE
Text Example
Text Example
White with #A197BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197BE; }
p { color: rgb(161,151,190); }
H1.HeaderClassName
{
color: #A197BE;
}
.AnyTagClassName
{
color: #A197BE;
}
</style>
background-color css
<style>
a { background-color: #A197BE; }
a { background-color: rgb(161,151,190); }
div.DivClassName
{
background-color: #A197BE;
}
.BgClassName
{
background-color: #A197BE;
}
</style>
border-color css
<style>
span { border-color: #A197BE; }
span { border-color: rgb(161,151,190); }
td.TdClassName
{
border-color: #A197BE;
}
.TagClassName
{
border-color: #A197BE;
}
</style>