Shades of Cold Purple #A085D5
Tints of Cold Purple #A085D5
RGB
CMYK
RGB Variations
Color information
#A085D5 (or 0xA085D5) is known color: Cold Purple. HEX triplet: A0, 85 and D5. RGB value is (160,133,213). Sum of RGB (Red+Green+Blue) = 160+133+213=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #A085D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085D5 is #5F7A2A. Grayscale: #959595. Windows color (decimal): -6257195 or 13993376. OLE color: 13993376.
HSL color Cylindrical-coordinate representation of color #A085D5: hue angle of 260.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A085D5 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 133 | 213 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.16 |
| HSL | 260.25º | 0.49% | 0.68% | - |
| HSV(B) | 260.25º | 0.38% | 0.84% | - |
| XYZ | 34.89 | 29.05 | 66.72 | - |
| YUV | 150.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 213 | 0.25 | 0.38 | 0 | 0.16 | 260.25 | 0.49 | 0.68 |
| Hex | A0 | 85 | D5 | 19 | 26 | 0 | 10 | 104 | 31 | 44 |
| Octal | 240 | 205 | 325 | 31 | 46 | 0 | 20 | 404 | 61 | 104 |
| Binary | 10100000 | 10000101 | 11010101 | 11001 | 100110 | 0 | 10000 | 100000100 | 110001 | 1000100 |
Color Harmonies of #A085D5
Complementary color
Monochromatic Colors of #A085D5
Black with #A085D5
Text Example
Text Example
White with #A085D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085D5; }
p { color: rgb(160,133,213); }
H1.HeaderClassName
{
color: #A085D5;
}
.AnyTagClassName
{
color: #A085D5;
}
</style>
background-color css
<style>
a { background-color: #A085D5; }
a { background-color: rgb(160,133,213); }
div.DivClassName
{
background-color: #A085D5;
}
.BgClassName
{
background-color: #A085D5;
}
</style>
border-color css
<style>
span { border-color: #A085D5; }
span { border-color: rgb(160,133,213); }
td.TdClassName
{
border-color: #A085D5;
}
.TagClassName
{
border-color: #A085D5;
}
</style>