Shades of Cold Purple #A580CF
Tints of Cold Purple #A580CF
RGB
CMYK
RGB Variations
Color information
#A580CF (or 0xA580CF) is known color: Cold Purple. HEX triplet: A5, 80 and CF. RGB value is (165,128,207). Sum of RGB (Red+Green+Blue) = 165+128+207=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #A580CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580CF is #5A7F30. Grayscale: #939393. Windows color (decimal): -5930801 or 13598885. OLE color: 13598885.
HSL color Cylindrical-coordinate representation of color #A580CF: hue angle of 268.1º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A580CF is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 128 | 207 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.19 |
| HSL | 268.1º | 0.45% | 0.66% | - |
| HSV(B) | 268.1º | 0.38% | 0.81% | - |
| XYZ | 34.5 | 27.94 | 62.61 | - |
| YUV | 148.07 | 161.26 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 207 | 0.20 | 0.38 | 0 | 0.19 | 268.1 | 0.45 | 0.66 |
| Hex | A5 | 80 | CF | 14 | 26 | 0 | 13 | 10C | 2D | 42 |
| Octal | 245 | 200 | 317 | 24 | 46 | 0 | 23 | 414 | 55 | 102 |
| Binary | 10100101 | 10000000 | 11001111 | 10100 | 100110 | 0 | 10011 | 100001100 | 101101 | 1000010 |
Color Harmonies of #A580CF
Complementary color
Monochromatic Colors of #A580CF
Black with #A580CF
Text Example
Text Example
White with #A580CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A580CF; }
p { color: rgb(165,128,207); }
H1.HeaderClassName
{
color: #A580CF;
}
.AnyTagClassName
{
color: #A580CF;
}
</style>
background-color css
<style>
a { background-color: #A580CF; }
a { background-color: rgb(165,128,207); }
div.DivClassName
{
background-color: #A580CF;
}
.BgClassName
{
background-color: #A580CF;
}
</style>
border-color css
<style>
span { border-color: #A580CF; }
span { border-color: rgb(165,128,207); }
td.TdClassName
{
border-color: #A580CF;
}
.TagClassName
{
border-color: #A580CF;
}
</style>