Shades of Cold Purple #A58ACD
Tints of Cold Purple #A58ACD
RGB
CMYK
RGB Variations
Color information
#A58ACD (or 0xA58ACD) is known color: Cold Purple. HEX triplet: A5, 8A and CD. RGB value is (165,138,205). Sum of RGB (Red+Green+Blue) = 165+138+205=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #A58ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ACD is #5A7532. Grayscale: #999999. Windows color (decimal): -5928243 or 13470373. OLE color: 13470373.
HSL color Cylindrical-coordinate representation of color #A58ACD: hue angle of 264.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A58ACD is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 138 | 205 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.20 |
| HSL | 264.18º | 0.4% | 0.67% | - |
| HSV(B) | 264.18º | 0.33% | 0.8% | - |
| XYZ | 35.62 | 30.58 | 61.78 | - |
| YUV | 153.71 | 156.95 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 205 | 0.20 | 0.33 | 0 | 0.20 | 264.18 | 0.4 | 0.67 |
| Hex | A5 | 8A | CD | 14 | 21 | 0 | 14 | 108 | 28 | 43 |
| Octal | 245 | 212 | 315 | 24 | 41 | 0 | 24 | 410 | 50 | 103 |
| Binary | 10100101 | 10001010 | 11001101 | 10100 | 100001 | 0 | 10100 | 100001000 | 101000 | 1000011 |
Color Harmonies of #A58ACD
Complementary color
Monochromatic Colors of #A58ACD
Black with #A58ACD
Text Example
Text Example
White with #A58ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58ACD; }
p { color: rgb(165,138,205); }
H1.HeaderClassName
{
color: #A58ACD;
}
.AnyTagClassName
{
color: #A58ACD;
}
</style>
background-color css
<style>
a { background-color: #A58ACD; }
a { background-color: rgb(165,138,205); }
div.DivClassName
{
background-color: #A58ACD;
}
.BgClassName
{
background-color: #A58ACD;
}
</style>
border-color css
<style>
span { border-color: #A58ACD; }
span { border-color: rgb(165,138,205); }
td.TdClassName
{
border-color: #A58ACD;
}
.TagClassName
{
border-color: #A58ACD;
}
</style>