Shades of Cold Purple #A599BF
Tints of Cold Purple #A599BF
RGB
CMYK
RGB Variations
Color information
#A599BF (or 0xA599BF) is known color: Cold Purple. HEX triplet: A5, 99 and BF. RGB value is (165,153,191). Sum of RGB (Red+Green+Blue) = 165+153+191=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #A599BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599BF is #5A6640. Grayscale: #A0A0A0. Windows color (decimal): -5924417 or 12556709. OLE color: 12556709.
HSL color Cylindrical-coordinate representation of color #A599BF: hue angle of 258.95º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A599BF is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 153 | 191 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.25 |
| HSL | 258.95º | 0.23% | 0.67% | - |
| HSV(B) | 258.95º | 0.2% | 0.75% | - |
| XYZ | 36.31 | 34.54 | 54.04 | - |
| YUV | 160.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 191 | 0.14 | 0.20 | 0 | 0.25 | 258.95 | 0.23 | 0.67 |
| Hex | A5 | 99 | BF | E | 14 | 0 | 19 | 103 | 17 | 43 |
| Octal | 245 | 231 | 277 | 16 | 24 | 0 | 31 | 403 | 27 | 103 |
| Binary | 10100101 | 10011001 | 10111111 | 1110 | 10100 | 0 | 11001 | 100000011 | 10111 | 1000011 |
Color Harmonies of #A599BF
Complementary color
Monochromatic Colors of #A599BF
Black with #A599BF
Text Example
Text Example
White with #A599BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A599BF; }
p { color: rgb(165,153,191); }
H1.HeaderClassName
{
color: #A599BF;
}
.AnyTagClassName
{
color: #A599BF;
}
</style>
background-color css
<style>
a { background-color: #A599BF; }
a { background-color: rgb(165,153,191); }
div.DivClassName
{
background-color: #A599BF;
}
.BgClassName
{
background-color: #A599BF;
}
</style>
border-color css
<style>
span { border-color: #A599BF; }
span { border-color: rgb(165,153,191); }
td.TdClassName
{
border-color: #A599BF;
}
.TagClassName
{
border-color: #A599BF;
}
</style>