Shades of Cold Purple #A585D1
Tints of Cold Purple #A585D1
RGB
CMYK
RGB Variations
Color information
#A585D1 (or 0xA585D1) is known color: Cold Purple. HEX triplet: A5, 85 and D1. RGB value is (165,133,209). Sum of RGB (Red+Green+Blue) = 165+133+209=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #A585D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585D1 is #5A7A2E. Grayscale: #969696. Windows color (decimal): -5929519 or 13731237. OLE color: 13731237.
HSL color Cylindrical-coordinate representation of color #A585D1: hue angle of 265.26º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A585D1 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 133 | 209 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.18 |
| HSL | 265.26º | 0.45% | 0.67% | - |
| HSV(B) | 265.26º | 0.36% | 0.82% | - |
| XYZ | 35.41 | 29.38 | 64.13 | - |
| YUV | 151.23 | 160.6 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 209 | 0.21 | 0.36 | 0 | 0.18 | 265.26 | 0.45 | 0.67 |
| Hex | A5 | 85 | D1 | 15 | 24 | 0 | 12 | 109 | 2D | 43 |
| Octal | 245 | 205 | 321 | 25 | 44 | 0 | 22 | 411 | 55 | 103 |
| Binary | 10100101 | 10000101 | 11010001 | 10101 | 100100 | 0 | 10010 | 100001001 | 101101 | 1000011 |
Color Harmonies of #A585D1
Complementary color
Monochromatic Colors of #A585D1
Black with #A585D1
Text Example
Text Example
White with #A585D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A585D1; }
p { color: rgb(165,133,209); }
H1.HeaderClassName
{
color: #A585D1;
}
.AnyTagClassName
{
color: #A585D1;
}
</style>
background-color css
<style>
a { background-color: #A585D1; }
a { background-color: rgb(165,133,209); }
div.DivClassName
{
background-color: #A585D1;
}
.BgClassName
{
background-color: #A585D1;
}
</style>
border-color css
<style>
span { border-color: #A585D1; }
span { border-color: rgb(165,133,209); }
td.TdClassName
{
border-color: #A585D1;
}
.TagClassName
{
border-color: #A585D1;
}
</style>