Shades of Cold Purple #A599BB
Tints of Cold Purple #A599BB
RGB
CMYK
RGB Variations
Color information
#A599BB (or 0xA599BB) is known color: Cold Purple. HEX triplet: A5, 99 and BB. RGB value is (165,153,187). Sum of RGB (Red+Green+Blue) = 165+153+187=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #A599BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599BB is #5A6644. Grayscale: #A0A0A0. Windows color (decimal): -5924421 or 12294565. OLE color: 12294565.
HSL color Cylindrical-coordinate representation of color #A599BB: hue angle of 261.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A599BB is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 153 | 187 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.27 |
| HSL | 261.18º | 0.2% | 0.67% | - |
| HSV(B) | 261.18º | 0.18% | 0.73% | - |
| XYZ | 35.88 | 34.37 | 51.76 | - |
| YUV | 160.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 187 | 0.12 | 0.18 | 0 | 0.27 | 261.18 | 0.2 | 0.67 |
| Hex | A5 | 99 | BB | C | 12 | 0 | 1B | 105 | 14 | 43 |
| Octal | 245 | 231 | 273 | 14 | 22 | 0 | 33 | 405 | 24 | 103 |
| Binary | 10100101 | 10011001 | 10111011 | 1100 | 10010 | 0 | 11011 | 100000101 | 10100 | 1000011 |
Color Harmonies of #A599BB
Complementary color
Monochromatic Colors of #A599BB
Black with #A599BB
Text Example
Text Example
White with #A599BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A599BB; }
p { color: rgb(165,153,187); }
H1.HeaderClassName
{
color: #A599BB;
}
.AnyTagClassName
{
color: #A599BB;
}
</style>
background-color css
<style>
a { background-color: #A599BB; }
a { background-color: rgb(165,153,187); }
div.DivClassName
{
background-color: #A599BB;
}
.BgClassName
{
background-color: #A599BB;
}
</style>
border-color css
<style>
span { border-color: #A599BB; }
span { border-color: rgb(165,153,187); }
td.TdClassName
{
border-color: #A599BB;
}
.TagClassName
{
border-color: #A599BB;
}
</style>