Shades of Cold Purple #A58DBF
Tints of Cold Purple #A58DBF
RGB
CMYK
RGB Variations
Color information
#A58DBF (or 0xA58DBF) is known color: Cold Purple. HEX triplet: A5, 8D and BF. RGB value is (165,141,191). Sum of RGB (Red+Green+Blue) = 165+141+191=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #A58DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DBF is #5A7240. Grayscale: #999999. Windows color (decimal): -5927489 or 12553637. OLE color: 12553637.
HSL color Cylindrical-coordinate representation of color #A58DBF: hue angle of 268.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A58DBF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 141 | 191 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.25 |
| HSL | 268.8º | 0.28% | 0.65% | - |
| HSV(B) | 268.8º | 0.26% | 0.75% | - |
| XYZ | 34.45 | 30.81 | 53.42 | - |
| YUV | 153.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 191 | 0.14 | 0.26 | 0 | 0.25 | 268.8 | 0.28 | 0.65 |
| Hex | A5 | 8D | BF | E | 1A | 0 | 19 | 10D | 1C | 41 |
| Octal | 245 | 215 | 277 | 16 | 32 | 0 | 31 | 415 | 34 | 101 |
| Binary | 10100101 | 10001101 | 10111111 | 1110 | 11010 | 0 | 11001 | 100001101 | 11100 | 1000001 |
Color Harmonies of #A58DBF
Complementary color
Monochromatic Colors of #A58DBF
Black with #A58DBF
Text Example
Text Example
White with #A58DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58DBF; }
p { color: rgb(165,141,191); }
H1.HeaderClassName
{
color: #A58DBF;
}
.AnyTagClassName
{
color: #A58DBF;
}
</style>
background-color css
<style>
a { background-color: #A58DBF; }
a { background-color: rgb(165,141,191); }
div.DivClassName
{
background-color: #A58DBF;
}
.BgClassName
{
background-color: #A58DBF;
}
</style>
border-color css
<style>
span { border-color: #A58DBF; }
span { border-color: rgb(165,141,191); }
td.TdClassName
{
border-color: #A58DBF;
}
.TagClassName
{
border-color: #A58DBF;
}
</style>