Shades of Medium Purple #A485ED
Tints of Medium Purple #A485ED
RGB
CMYK
RGB Variations
Color information
#A485ED (or 0xA485ED) is known color: Medium Purple. HEX triplet: A4, 85 and ED. RGB value is (164,133,237). Sum of RGB (Red+Green+Blue) = 164+133+237=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #A485ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485ED is #5B7A12. Grayscale: #999999. Windows color (decimal): -5995027 or 15566244. OLE color: 15566244.
HSL color Cylindrical-coordinate representation of color #A485ED: hue angle of 257.88º 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 #A485ED is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 133 | 237 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.07 |
| HSL | 257.88º | 0.74% | 0.73% | - |
| HSV(B) | 257.88º | 0.44% | 0.93% | - |
| XYZ | 38.98 | 30.78 | 84.01 | - |
| YUV | 154.13 | 174.77 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 237 | 0.31 | 0.44 | 0 | 0.07 | 257.88 | 0.74 | 0.73 |
| Hex | A4 | 85 | ED | 1F | 2C | 0 | 7 | 102 | 4A | 49 |
| Octal | 244 | 205 | 355 | 37 | 54 | 0 | 7 | 402 | 112 | 111 |
| Binary | 10100100 | 10000101 | 11101101 | 11111 | 101100 | 0 | 111 | 100000010 | 1001010 | 1001001 |
Color Harmonies of #A485ED
Complementary color
Monochromatic Colors of #A485ED
Black with #A485ED
Text Example
Text Example
White with #A485ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A485ED; }
p { color: rgb(164,133,237); }
H1.HeaderClassName
{
color: #A485ED;
}
.AnyTagClassName
{
color: #A485ED;
}
</style>
background-color css
<style>
a { background-color: #A485ED; }
a { background-color: rgb(164,133,237); }
div.DivClassName
{
background-color: #A485ED;
}
.BgClassName
{
background-color: #A485ED;
}
</style>
border-color css
<style>
span { border-color: #A485ED; }
span { border-color: rgb(164,133,237); }
td.TdClassName
{
border-color: #A485ED;
}
.TagClassName
{
border-color: #A485ED;
}
</style>