Shades of Cold Purple #A085BA
Tints of Cold Purple #A085BA
RGB
CMYK
RGB Variations
Color information
#A085BA (or 0xA085BA) is known color: Cold Purple. HEX triplet: A0, 85 and BA. RGB value is (160,133,186). Sum of RGB (Red+Green+Blue) = 160+133+186=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #A085BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085BA is #5F7A45. Grayscale: #929292. Windows color (decimal): -6257222 or 12223904. OLE color: 12223904.
HSL color Cylindrical-coordinate representation of color #A085BA: hue angle of 270.57º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A085BA is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 133 | 186 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.27 |
| HSL | 270.57º | 0.28% | 0.63% | - |
| HSV(B) | 270.57º | 0.28% | 0.73% | - |
| XYZ | 31.75 | 27.79 | 50.15 | - |
| YUV | 147.12 | 149.95 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 186 | 0.14 | 0.28 | 0 | 0.27 | 270.57 | 0.28 | 0.63 |
| Hex | A0 | 85 | BA | E | 1C | 0 | 1B | 10F | 1C | 3F |
| Octal | 240 | 205 | 272 | 16 | 34 | 0 | 33 | 417 | 34 | 77 |
| Binary | 10100000 | 10000101 | 10111010 | 1110 | 11100 | 0 | 11011 | 100001111 | 11100 | 111111 |
Color Harmonies of #A085BA
Complementary color
Monochromatic Colors of #A085BA
Black with #A085BA
Text Example
Text Example
White with #A085BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085BA; }
p { color: rgb(160,133,186); }
H1.HeaderClassName
{
color: #A085BA;
}
.AnyTagClassName
{
color: #A085BA;
}
</style>
background-color css
<style>
a { background-color: #A085BA; }
a { background-color: rgb(160,133,186); }
div.DivClassName
{
background-color: #A085BA;
}
.BgClassName
{
background-color: #A085BA;
}
</style>
border-color css
<style>
span { border-color: #A085BA; }
span { border-color: rgb(160,133,186); }
td.TdClassName
{
border-color: #A085BA;
}
.TagClassName
{
border-color: #A085BA;
}
</style>