Shades of Cold Purple #A085D0
Tints of Cold Purple #A085D0
RGB
CMYK
RGB Variations
Color information
#A085D0 (or 0xA085D0) is known color: Cold Purple. HEX triplet: A0, 85 and D0. RGB value is (160,133,208). Sum of RGB (Red+Green+Blue) = 160+133+208=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #A085D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085D0 is #5F7A2F. Grayscale: #959595. Windows color (decimal): -6257200 or 13665696. OLE color: 13665696.
HSL color Cylindrical-coordinate representation of color #A085D0: hue angle of 261.6º degrees, saturation: 0.44, 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 #A085D0 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 133 | 208 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.18 |
| HSL | 261.6º | 0.44% | 0.67% | - |
| HSV(B) | 261.6º | 0.36% | 0.82% | - |
| XYZ | 34.27 | 28.8 | 63.43 | - |
| YUV | 149.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 208 | 0.23 | 0.36 | 0 | 0.18 | 261.6 | 0.44 | 0.67 |
| Hex | A0 | 85 | D0 | 17 | 24 | 0 | 12 | 106 | 2C | 43 |
| Octal | 240 | 205 | 320 | 27 | 44 | 0 | 22 | 406 | 54 | 103 |
| Binary | 10100000 | 10000101 | 11010000 | 10111 | 100100 | 0 | 10010 | 100000110 | 101100 | 1000011 |
Color Harmonies of #A085D0
Complementary color
Monochromatic Colors of #A085D0
Black with #A085D0
Text Example
Text Example
White with #A085D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085D0; }
p { color: rgb(160,133,208); }
H1.HeaderClassName
{
color: #A085D0;
}
.AnyTagClassName
{
color: #A085D0;
}
</style>
background-color css
<style>
a { background-color: #A085D0; }
a { background-color: rgb(160,133,208); }
div.DivClassName
{
background-color: #A085D0;
}
.BgClassName
{
background-color: #A085D0;
}
</style>
border-color css
<style>
span { border-color: #A085D0; }
span { border-color: rgb(160,133,208); }
td.TdClassName
{
border-color: #A085D0;
}
.TagClassName
{
border-color: #A085D0;
}
</style>