Shades of Cold Purple #A597BE
Tints of Cold Purple #A597BE
RGB
CMYK
RGB Variations
Color information
#A597BE (or 0xA597BE) is known color: Cold Purple. HEX triplet: A5, 97 and BE. RGB value is (165,151,190). Sum of RGB (Red+Green+Blue) = 165+151+190=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #A597BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597BE is #5A6841. Grayscale: #9F9F9F. Windows color (decimal): -5924930 or 12490661. OLE color: 12490661.
HSL color Cylindrical-coordinate representation of color #A597BE: hue angle of 261.54º 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 #A597BE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 151 | 190 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.25 |
| HSL | 261.54º | 0.23% | 0.67% | - |
| HSV(B) | 261.54º | 0.21% | 0.75% | - |
| XYZ | 35.88 | 33.85 | 53.36 | - |
| YUV | 159.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 190 | 0.13 | 0.21 | 0 | 0.25 | 261.54 | 0.23 | 0.67 |
| Hex | A5 | 97 | BE | D | 15 | 0 | 19 | 106 | 17 | 43 |
| Octal | 245 | 227 | 276 | 15 | 25 | 0 | 31 | 406 | 27 | 103 |
| Binary | 10100101 | 10010111 | 10111110 | 1101 | 10101 | 0 | 11001 | 100000110 | 10111 | 1000011 |
Color Harmonies of #A597BE
Complementary color
Monochromatic Colors of #A597BE
Black with #A597BE
Text Example
Text Example
White with #A597BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A597BE; }
p { color: rgb(165,151,190); }
H1.HeaderClassName
{
color: #A597BE;
}
.AnyTagClassName
{
color: #A597BE;
}
</style>
background-color css
<style>
a { background-color: #A597BE; }
a { background-color: rgb(165,151,190); }
div.DivClassName
{
background-color: #A597BE;
}
.BgClassName
{
background-color: #A597BE;
}
</style>
border-color css
<style>
span { border-color: #A597BE; }
span { border-color: rgb(165,151,190); }
td.TdClassName
{
border-color: #A597BE;
}
.TagClassName
{
border-color: #A597BE;
}
</style>