Shades of Cold Purple #A085BD
Tints of Cold Purple #A085BD
RGB
CMYK
RGB Variations
Color information
#A085BD (or 0xA085BD) is known color: Cold Purple. HEX triplet: A0, 85 and BD. RGB value is (160,133,189). Sum of RGB (Red+Green+Blue) = 160+133+189=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #A085BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085BD is #5F7A42. Grayscale: #939393. Windows color (decimal): -6257219 or 12420512. OLE color: 12420512.
HSL color Cylindrical-coordinate representation of color #A085BD: hue angle of 268.93º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A085BD is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 133 | 189 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.26 |
| HSL | 268.93º | 0.3% | 0.63% | - |
| HSV(B) | 268.93º | 0.3% | 0.74% | - |
| XYZ | 32.07 | 27.92 | 51.84 | - |
| YUV | 147.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 189 | 0.15 | 0.30 | 0 | 0.26 | 268.93 | 0.3 | 0.63 |
| Hex | A0 | 85 | BD | F | 1E | 0 | 1A | 10D | 1E | 3F |
| Octal | 240 | 205 | 275 | 17 | 36 | 0 | 32 | 415 | 36 | 77 |
| Binary | 10100000 | 10000101 | 10111101 | 1111 | 11110 | 0 | 11010 | 100001101 | 11110 | 111111 |
Color Harmonies of #A085BD
Complementary color
Monochromatic Colors of #A085BD
Black with #A085BD
Text Example
Text Example
White with #A085BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085BD; }
p { color: rgb(160,133,189); }
H1.HeaderClassName
{
color: #A085BD;
}
.AnyTagClassName
{
color: #A085BD;
}
</style>
background-color css
<style>
a { background-color: #A085BD; }
a { background-color: rgb(160,133,189); }
div.DivClassName
{
background-color: #A085BD;
}
.BgClassName
{
background-color: #A085BD;
}
</style>
border-color css
<style>
span { border-color: #A085BD; }
span { border-color: rgb(160,133,189); }
td.TdClassName
{
border-color: #A085BD;
}
.TagClassName
{
border-color: #A085BD;
}
</style>