Shades of Cold Purple #A599BD
Tints of Cold Purple #A599BD
RGB
CMYK
RGB Variations
Color information
#A599BD (or 0xA599BD) is known color: Cold Purple. HEX triplet: A5, 99 and BD. RGB value is (165,153,189). Sum of RGB (Red+Green+Blue) = 165+153+189=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #A599BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599BD is #5A6642. Grayscale: #A0A0A0. Windows color (decimal): -5924419 or 12425637. OLE color: 12425637.
HSL color Cylindrical-coordinate representation of color #A599BD: hue angle of 260º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A599BD is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 153 | 189 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.26 |
| HSL | 260º | 0.21% | 0.67% | - |
| HSV(B) | 260º | 0.19% | 0.74% | - |
| XYZ | 36.09 | 34.46 | 52.89 | - |
| YUV | 160.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 189 | 0.13 | 0.19 | 0 | 0.26 | 260 | 0.21 | 0.67 |
| Hex | A5 | 99 | BD | D | 13 | 0 | 1A | 104 | 15 | 43 |
| Octal | 245 | 231 | 275 | 15 | 23 | 0 | 32 | 404 | 25 | 103 |
| Binary | 10100101 | 10011001 | 10111101 | 1101 | 10011 | 0 | 11010 | 100000100 | 10101 | 1000011 |
Color Harmonies of #A599BD
Complementary color
Monochromatic Colors of #A599BD
Black with #A599BD
Text Example
Text Example
White with #A599BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A599BD; }
p { color: rgb(165,153,189); }
H1.HeaderClassName
{
color: #A599BD;
}
.AnyTagClassName
{
color: #A599BD;
}
</style>
background-color css
<style>
a { background-color: #A599BD; }
a { background-color: rgb(165,153,189); }
div.DivClassName
{
background-color: #A599BD;
}
.BgClassName
{
background-color: #A599BD;
}
</style>
border-color css
<style>
span { border-color: #A599BD; }
span { border-color: rgb(165,153,189); }
td.TdClassName
{
border-color: #A599BD;
}
.TagClassName
{
border-color: #A599BD;
}
</style>