Shades of Cold Purple #A597B7
Tints of Cold Purple #A597B7
RGB
CMYK
RGB Variations
Color information
#A597B7 (or 0xA597B7) is known color: Cold Purple. HEX triplet: A5, 97 and B7. RGB value is (165,151,183). Sum of RGB (Red+Green+Blue) = 165+151+183=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 183 - color contains mainly: blue. Hex color #A597B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597B7 is #5A6848. Grayscale: #9E9E9E. Windows color (decimal): -5924937 or 12031909. OLE color: 12031909.
HSL color Cylindrical-coordinate representation of color #A597B7: hue angle of 266.25º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A597B7 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 151 | 183 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.28 |
| HSL | 266.25º | 0.18% | 0.65% | - |
| HSV(B) | 266.25º | 0.17% | 0.72% | - |
| XYZ | 35.13 | 33.55 | 49.42 | - |
| YUV | 158.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 183 | 0.10 | 0.17 | 0 | 0.28 | 266.25 | 0.18 | 0.65 |
| Hex | A5 | 97 | B7 | A | 11 | 0 | 1C | 10A | 12 | 41 |
| Octal | 245 | 227 | 267 | 12 | 21 | 0 | 34 | 412 | 22 | 101 |
| Binary | 10100101 | 10010111 | 10110111 | 1010 | 10001 | 0 | 11100 | 100001010 | 10010 | 1000001 |
Color Harmonies of #A597B7
Complementary color
Monochromatic Colors of #A597B7
Black with #A597B7
Text Example
Text Example
White with #A597B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A597B7; }
p { color: rgb(165,151,183); }
H1.HeaderClassName
{
color: #A597B7;
}
.AnyTagClassName
{
color: #A597B7;
}
</style>
background-color css
<style>
a { background-color: #A597B7; }
a { background-color: rgb(165,151,183); }
div.DivClassName
{
background-color: #A597B7;
}
.BgClassName
{
background-color: #A597B7;
}
</style>
border-color css
<style>
span { border-color: #A597B7; }
span { border-color: rgb(165,151,183); }
td.TdClassName
{
border-color: #A597B7;
}
.TagClassName
{
border-color: #A597B7;
}
</style>