Shades of Cold Purple #A597B9
Tints of Cold Purple #A597B9
RGB
CMYK
RGB Variations
Color information
#A597B9 (or 0xA597B9) is known color: Cold Purple. HEX triplet: A5, 97 and B9. RGB value is (165,151,185). Sum of RGB (Red+Green+Blue) = 165+151+185=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 185 - color contains mainly: blue. Hex color #A597B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597B9 is #5A6846. Grayscale: #9E9E9E. Windows color (decimal): -5924935 or 12162981. OLE color: 12162981.
HSL color Cylindrical-coordinate representation of color #A597B9: hue angle of 264.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A597B9 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 151 | 185 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.27 |
| HSL | 264.71º | 0.2% | 0.66% | - |
| HSV(B) | 264.71º | 0.18% | 0.73% | - |
| XYZ | 35.34 | 33.64 | 50.53 | - |
| YUV | 159.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 185 | 0.11 | 0.18 | 0 | 0.27 | 264.71 | 0.2 | 0.66 |
| Hex | A5 | 97 | B9 | B | 12 | 0 | 1B | 109 | 14 | 42 |
| Octal | 245 | 227 | 271 | 13 | 22 | 0 | 33 | 411 | 24 | 102 |
| Binary | 10100101 | 10010111 | 10111001 | 1011 | 10010 | 0 | 11011 | 100001001 | 10100 | 1000010 |
Color Harmonies of #A597B9
Complementary color
Monochromatic Colors of #A597B9
Black with #A597B9
Text Example
Text Example
White with #A597B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A597B9; }
p { color: rgb(165,151,185); }
H1.HeaderClassName
{
color: #A597B9;
}
.AnyTagClassName
{
color: #A597B9;
}
</style>
background-color css
<style>
a { background-color: #A597B9; }
a { background-color: rgb(165,151,185); }
div.DivClassName
{
background-color: #A597B9;
}
.BgClassName
{
background-color: #A597B9;
}
</style>
border-color css
<style>
span { border-color: #A597B9; }
span { border-color: rgb(165,151,185); }
td.TdClassName
{
border-color: #A597B9;
}
.TagClassName
{
border-color: #A597B9;
}
</style>