Shades of Medium Purple #A785ED
Tints of Medium Purple #A785ED
RGB
CMYK
RGB Variations
Color information
#A785ED (or 0xA785ED) is known color: Medium Purple. HEX triplet: A7, 85 and ED. RGB value is (167,133,237). Sum of RGB (Red+Green+Blue) = 167+133+237=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #A785ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A785ED is #587A12. Grayscale: #9A9A9A. Windows color (decimal): -5798419 or 15566247. OLE color: 15566247.
HSL color Cylindrical-coordinate representation of color #A785ED: hue angle of 259.62º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A785ED is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 133 | 237 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.07 |
| HSL | 259.62º | 0.74% | 0.73% | - |
| HSV(B) | 259.62º | 0.44% | 0.93% | - |
| XYZ | 39.61 | 31.1 | 84.04 | - |
| YUV | 155.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 133 | 237 | 0.30 | 0.44 | 0 | 0.07 | 259.62 | 0.74 | 0.73 |
| Hex | A7 | 85 | ED | 1E | 2C | 0 | 7 | 104 | 4A | 49 |
| Octal | 247 | 205 | 355 | 36 | 54 | 0 | 7 | 404 | 112 | 111 |
| Binary | 10100111 | 10000101 | 11101101 | 11110 | 101100 | 0 | 111 | 100000100 | 1001010 | 1001001 |
Color Harmonies of #A785ED
Complementary color
Monochromatic Colors of #A785ED
Black with #A785ED
Text Example
Text Example
White with #A785ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A785ED; }
p { color: rgb(167,133,237); }
H1.HeaderClassName
{
color: #A785ED;
}
.AnyTagClassName
{
color: #A785ED;
}
</style>
background-color css
<style>
a { background-color: #A785ED; }
a { background-color: rgb(167,133,237); }
div.DivClassName
{
background-color: #A785ED;
}
.BgClassName
{
background-color: #A785ED;
}
</style>
border-color css
<style>
span { border-color: #A785ED; }
span { border-color: rgb(167,133,237); }
td.TdClassName
{
border-color: #A785ED;
}
.TagClassName
{
border-color: #A785ED;
}
</style>