Shades of Cold Purple #A085CD
Tints of Cold Purple #A085CD
RGB
CMYK
RGB Variations
Color information
#A085CD (or 0xA085CD) is known color: Cold Purple. HEX triplet: A0, 85 and CD. RGB value is (160,133,205). Sum of RGB (Red+Green+Blue) = 160+133+205=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #A085CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085CD is #5F7A32. Grayscale: #959595. Windows color (decimal): -6257203 or 13469088. OLE color: 13469088.
HSL color Cylindrical-coordinate representation of color #A085CD: hue angle of 262.5º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A085CD is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 133 | 205 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.20 |
| HSL | 262.5º | 0.42% | 0.66% | - |
| HSV(B) | 262.5º | 0.35% | 0.8% | - |
| XYZ | 33.9 | 28.66 | 61.5 | - |
| YUV | 149.28 | 159.45 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 205 | 0.22 | 0.35 | 0 | 0.20 | 262.5 | 0.42 | 0.66 |
| Hex | A0 | 85 | CD | 16 | 23 | 0 | 14 | 106 | 2A | 42 |
| Octal | 240 | 205 | 315 | 26 | 43 | 0 | 24 | 406 | 52 | 102 |
| Binary | 10100000 | 10000101 | 11001101 | 10110 | 100011 | 0 | 10100 | 100000110 | 101010 | 1000010 |
Color Harmonies of #A085CD
Complementary color
Monochromatic Colors of #A085CD
Black with #A085CD
Text Example
Text Example
White with #A085CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085CD; }
p { color: rgb(160,133,205); }
H1.HeaderClassName
{
color: #A085CD;
}
.AnyTagClassName
{
color: #A085CD;
}
</style>
background-color css
<style>
a { background-color: #A085CD; }
a { background-color: rgb(160,133,205); }
div.DivClassName
{
background-color: #A085CD;
}
.BgClassName
{
background-color: #A085CD;
}
</style>
border-color css
<style>
span { border-color: #A085CD; }
span { border-color: rgb(160,133,205); }
td.TdClassName
{
border-color: #A085CD;
}
.TagClassName
{
border-color: #A085CD;
}
</style>