Shades of Cold Purple #A599C0
Tints of Cold Purple #A599C0
RGB
CMYK
RGB Variations
Color information
#A599C0 (or 0xA599C0) is known color: Cold Purple. HEX triplet: A5, 99 and C0. RGB value is (165,153,192). Sum of RGB (Red+Green+Blue) = 165+153+192=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #A599C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599C0 is #5A663F. Grayscale: #A0A0A0. Windows color (decimal): -5924416 or 12622245. OLE color: 12622245.
HSL color Cylindrical-coordinate representation of color #A599C0: hue angle of 258.46º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A599C0 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 153 | 192 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.25 |
| HSL | 258.46º | 0.24% | 0.68% | - |
| HSV(B) | 258.46º | 0.2% | 0.75% | - |
| XYZ | 36.42 | 34.59 | 54.63 | - |
| YUV | 161.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 192 | 0.14 | 0.20 | 0 | 0.25 | 258.46 | 0.24 | 0.68 |
| Hex | A5 | 99 | C0 | E | 14 | 0 | 19 | 102 | 18 | 44 |
| Octal | 245 | 231 | 300 | 16 | 24 | 0 | 31 | 402 | 30 | 104 |
| Binary | 10100101 | 10011001 | 11000000 | 1110 | 10100 | 0 | 11001 | 100000010 | 11000 | 1000100 |
Color Harmonies of #A599C0
Complementary color
Monochromatic Colors of #A599C0
Black with #A599C0
Text Example
Text Example
White with #A599C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A599C0; }
p { color: rgb(165,153,192); }
H1.HeaderClassName
{
color: #A599C0;
}
.AnyTagClassName
{
color: #A599C0;
}
</style>
background-color css
<style>
a { background-color: #A599C0; }
a { background-color: rgb(165,153,192); }
div.DivClassName
{
background-color: #A599C0;
}
.BgClassName
{
background-color: #A599C0;
}
</style>
border-color css
<style>
span { border-color: #A599C0; }
span { border-color: rgb(165,153,192); }
td.TdClassName
{
border-color: #A599C0;
}
.TagClassName
{
border-color: #A599C0;
}
</style>