Shades of Cold Purple #A585CF
Tints of Cold Purple #A585CF
RGB
CMYK
RGB Variations
Color information
#A585CF (or 0xA585CF) is known color: Cold Purple. HEX triplet: A5, 85 and CF. RGB value is (165,133,207). Sum of RGB (Red+Green+Blue) = 165+133+207=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #A585CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585CF is #5A7A30. Grayscale: #969696. Windows color (decimal): -5929521 or 13600165. OLE color: 13600165.
HSL color Cylindrical-coordinate representation of color #A585CF: hue angle of 265.95º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A585CF is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 133 | 207 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.19 |
| HSL | 265.95º | 0.44% | 0.67% | - |
| HSV(B) | 265.95º | 0.36% | 0.81% | - |
| XYZ | 35.17 | 29.28 | 62.83 | - |
| YUV | 151 | 159.6 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 207 | 0.20 | 0.36 | 0 | 0.19 | 265.95 | 0.44 | 0.67 |
| Hex | A5 | 85 | CF | 14 | 24 | 0 | 13 | 10A | 2C | 43 |
| Octal | 245 | 205 | 317 | 24 | 44 | 0 | 23 | 412 | 54 | 103 |
| Binary | 10100101 | 10000101 | 11001111 | 10100 | 100100 | 0 | 10011 | 100001010 | 101100 | 1000011 |
Color Harmonies of #A585CF
Complementary color
Monochromatic Colors of #A585CF
Black with #A585CF
Text Example
Text Example
White with #A585CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A585CF; }
p { color: rgb(165,133,207); }
H1.HeaderClassName
{
color: #A585CF;
}
.AnyTagClassName
{
color: #A585CF;
}
</style>
background-color css
<style>
a { background-color: #A585CF; }
a { background-color: rgb(165,133,207); }
div.DivClassName
{
background-color: #A585CF;
}
.BgClassName
{
background-color: #A585CF;
}
</style>
border-color css
<style>
span { border-color: #A585CF; }
span { border-color: rgb(165,133,207); }
td.TdClassName
{
border-color: #A585CF;
}
.TagClassName
{
border-color: #A585CF;
}
</style>