Shades of Cold Purple #A597C4
Tints of Cold Purple #A597C4
RGB
CMYK
RGB Variations
Color information
#A597C4 (or 0xA597C4) is known color: Cold Purple. HEX triplet: A5, 97 and C4. RGB value is (165,151,196). Sum of RGB (Red+Green+Blue) = 165+151+196=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #A597C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597C4 is #5A683B. Grayscale: #A0A0A0. Windows color (decimal): -5924924 or 12883877. OLE color: 12883877.
HSL color Cylindrical-coordinate representation of color #A597C4: hue angle of 258.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A597C4 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 151 | 196 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.23 |
| HSL | 258.67º | 0.28% | 0.68% | - |
| HSV(B) | 258.67º | 0.23% | 0.77% | - |
| XYZ | 36.55 | 34.12 | 56.88 | - |
| YUV | 160.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 196 | 0.16 | 0.23 | 0 | 0.23 | 258.67 | 0.28 | 0.68 |
| Hex | A5 | 97 | C4 | 10 | 17 | 0 | 17 | 103 | 1C | 44 |
| Octal | 245 | 227 | 304 | 20 | 27 | 0 | 27 | 403 | 34 | 104 |
| Binary | 10100101 | 10010111 | 11000100 | 10000 | 10111 | 0 | 10111 | 100000011 | 11100 | 1000100 |
Color Harmonies of #A597C4
Complementary color
Monochromatic Colors of #A597C4
Black with #A597C4
Text Example
Text Example
White with #A597C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A597C4; }
p { color: rgb(165,151,196); }
H1.HeaderClassName
{
color: #A597C4;
}
.AnyTagClassName
{
color: #A597C4;
}
</style>
background-color css
<style>
a { background-color: #A597C4; }
a { background-color: rgb(165,151,196); }
div.DivClassName
{
background-color: #A597C4;
}
.BgClassName
{
background-color: #A597C4;
}
</style>
border-color css
<style>
span { border-color: #A597C4; }
span { border-color: rgb(165,151,196); }
td.TdClassName
{
border-color: #A597C4;
}
.TagClassName
{
border-color: #A597C4;
}
</style>