Shades of Medium Purple #A085DB
Tints of Medium Purple #A085DB
RGB
CMYK
RGB Variations
Color information
#A085DB (or 0xA085DB) is known color: Medium Purple. HEX triplet: A0, 85 and DB. RGB value is (160,133,219). Sum of RGB (Red+Green+Blue) = 160+133+219=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #A085DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085DB is #5F7A24. Grayscale: #969696. Windows color (decimal): -6257189 or 14386592. OLE color: 14386592.
HSL color Cylindrical-coordinate representation of color #A085DB: hue angle of 258.84º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A085DB is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 133 | 219 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.14 |
| HSL | 258.84º | 0.54% | 0.69% | - |
| HSV(B) | 258.84º | 0.39% | 0.86% | - |
| XYZ | 35.67 | 29.36 | 70.81 | - |
| YUV | 150.88 | 166.45 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 219 | 0.27 | 0.39 | 0 | 0.14 | 258.84 | 0.54 | 0.69 |
| Hex | A0 | 85 | DB | 1B | 27 | 0 | E | 103 | 36 | 45 |
| Octal | 240 | 205 | 333 | 33 | 47 | 0 | 16 | 403 | 66 | 105 |
| Binary | 10100000 | 10000101 | 11011011 | 11011 | 100111 | 0 | 1110 | 100000011 | 110110 | 1000101 |
Color Harmonies of #A085DB
Complementary color
Monochromatic Colors of #A085DB
Black with #A085DB
Text Example
Text Example
White with #A085DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085DB; }
p { color: rgb(160,133,219); }
H1.HeaderClassName
{
color: #A085DB;
}
.AnyTagClassName
{
color: #A085DB;
}
</style>
background-color css
<style>
a { background-color: #A085DB; }
a { background-color: rgb(160,133,219); }
div.DivClassName
{
background-color: #A085DB;
}
.BgClassName
{
background-color: #A085DB;
}
</style>
border-color css
<style>
span { border-color: #A085DB; }
span { border-color: rgb(160,133,219); }
td.TdClassName
{
border-color: #A085DB;
}
.TagClassName
{
border-color: #A085DB;
}
</style>