Shades of Cold Purple #A58DC9
Tints of Cold Purple #A58DC9
RGB
CMYK
RGB Variations
Color information
#A58DC9 (or 0xA58DC9) is known color: Cold Purple. HEX triplet: A5, 8D and C9. RGB value is (165,141,201). Sum of RGB (Red+Green+Blue) = 165+141+201=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #A58DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DC9 is #5A7236. Grayscale: #9A9A9A. Windows color (decimal): -5927479 or 13208997. OLE color: 13208997.
HSL color Cylindrical-coordinate representation of color #A58DC9: hue angle of 264º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A58DC9 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 141 | 201 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.21 |
| HSL | 264º | 0.36% | 0.67% | - |
| HSV(B) | 264º | 0.3% | 0.79% | - |
| XYZ | 35.58 | 31.27 | 59.42 | - |
| YUV | 155.02 | 153.95 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 201 | 0.18 | 0.30 | 0 | 0.21 | 264 | 0.36 | 0.67 |
| Hex | A5 | 8D | C9 | 12 | 1E | 0 | 15 | 108 | 24 | 43 |
| Octal | 245 | 215 | 311 | 22 | 36 | 0 | 25 | 410 | 44 | 103 |
| Binary | 10100101 | 10001101 | 11001001 | 10010 | 11110 | 0 | 10101 | 100001000 | 100100 | 1000011 |
Color Harmonies of #A58DC9
Complementary color
Monochromatic Colors of #A58DC9
Black with #A58DC9
Text Example
Text Example
White with #A58DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58DC9; }
p { color: rgb(165,141,201); }
H1.HeaderClassName
{
color: #A58DC9;
}
.AnyTagClassName
{
color: #A58DC9;
}
</style>
background-color css
<style>
a { background-color: #A58DC9; }
a { background-color: rgb(165,141,201); }
div.DivClassName
{
background-color: #A58DC9;
}
.BgClassName
{
background-color: #A58DC9;
}
</style>
border-color css
<style>
span { border-color: #A58DC9; }
span { border-color: rgb(165,141,201); }
td.TdClassName
{
border-color: #A58DC9;
}
.TagClassName
{
border-color: #A58DC9;
}
</style>