Shades of Cold Purple #A584CF
Tints of Cold Purple #A584CF
RGB
CMYK
RGB Variations
Color information
#A584CF (or 0xA584CF) is known color: Cold Purple. HEX triplet: A5, 84 and CF. RGB value is (165,132,207). Sum of RGB (Red+Green+Blue) = 165+132+207=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #A584CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584CF is #5A7B30. Grayscale: #969696. Windows color (decimal): -5929777 or 13599909. OLE color: 13599909.
HSL color Cylindrical-coordinate representation of color #A584CF: hue angle of 266.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A584CF is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 132 | 207 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.19 |
| HSL | 266.4º | 0.44% | 0.66% | - |
| HSV(B) | 266.4º | 0.36% | 0.81% | - |
| XYZ | 35.03 | 29.01 | 62.78 | - |
| YUV | 150.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 207 | 0.20 | 0.36 | 0 | 0.19 | 266.4 | 0.44 | 0.66 |
| Hex | A5 | 84 | CF | 14 | 24 | 0 | 13 | 10A | 2C | 42 |
| Octal | 245 | 204 | 317 | 24 | 44 | 0 | 23 | 412 | 54 | 102 |
| Binary | 10100101 | 10000100 | 11001111 | 10100 | 100100 | 0 | 10011 | 100001010 | 101100 | 1000010 |
Color Harmonies of #A584CF
Complementary color
Monochromatic Colors of #A584CF
Black with #A584CF
Text Example
Text Example
White with #A584CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A584CF; }
p { color: rgb(165,132,207); }
H1.HeaderClassName
{
color: #A584CF;
}
.AnyTagClassName
{
color: #A584CF;
}
</style>
background-color css
<style>
a { background-color: #A584CF; }
a { background-color: rgb(165,132,207); }
div.DivClassName
{
background-color: #A584CF;
}
.BgClassName
{
background-color: #A584CF;
}
</style>
border-color css
<style>
span { border-color: #A584CF; }
span { border-color: rgb(165,132,207); }
td.TdClassName
{
border-color: #A584CF;
}
.TagClassName
{
border-color: #A584CF;
}
</style>