Shades of Cold Purple #A58DC6
Tints of Cold Purple #A58DC6
RGB
CMYK
RGB Variations
Color information
#A58DC6 (or 0xA58DC6) is known color: Cold Purple. HEX triplet: A5, 8D and C6. RGB value is (165,141,198). Sum of RGB (Red+Green+Blue) = 165+141+198=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #A58DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DC6 is #5A7239. Grayscale: #9A9A9A. Windows color (decimal): -5927482 or 13012389. OLE color: 13012389.
HSL color Cylindrical-coordinate representation of color #A58DC6: hue angle of 265.26º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A58DC6 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 141 | 198 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.22 |
| HSL | 265.26º | 0.33% | 0.66% | - |
| HSV(B) | 265.26º | 0.29% | 0.78% | - |
| XYZ | 35.23 | 31.13 | 57.58 | - |
| YUV | 154.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 198 | 0.17 | 0.29 | 0 | 0.22 | 265.26 | 0.33 | 0.66 |
| Hex | A5 | 8D | C6 | 11 | 1D | 0 | 16 | 109 | 21 | 42 |
| Octal | 245 | 215 | 306 | 21 | 35 | 0 | 26 | 411 | 41 | 102 |
| Binary | 10100101 | 10001101 | 11000110 | 10001 | 11101 | 0 | 10110 | 100001001 | 100001 | 1000010 |
Color Harmonies of #A58DC6
Complementary color
Monochromatic Colors of #A58DC6
Black with #A58DC6
Text Example
Text Example
White with #A58DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58DC6; }
p { color: rgb(165,141,198); }
H1.HeaderClassName
{
color: #A58DC6;
}
.AnyTagClassName
{
color: #A58DC6;
}
</style>
background-color css
<style>
a { background-color: #A58DC6; }
a { background-color: rgb(165,141,198); }
div.DivClassName
{
background-color: #A58DC6;
}
.BgClassName
{
background-color: #A58DC6;
}
</style>
border-color css
<style>
span { border-color: #A58DC6; }
span { border-color: rgb(165,141,198); }
td.TdClassName
{
border-color: #A58DC6;
}
.TagClassName
{
border-color: #A58DC6;
}
</style>