Shades of Medium Purple #A55FED
Tints of Medium Purple #A55FED
RGB
CMYK
RGB Variations
Color information
#A55FED (or 0xA55FED) is known color: Medium Purple. HEX triplet: A5, 5F and ED. RGB value is (165,95,237). Sum of RGB (Red+Green+Blue) = 165+95+237=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #A55FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55FED is #5AA012. Grayscale: #838383. Windows color (decimal): -5939219 or 15556517. OLE color: 15556517.
HSL color Cylindrical-coordinate representation of color #A55FED: hue angle of 269.58º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A55FED is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 95 | 237 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.07 |
| HSL | 269.58º | 0.8% | 0.65% | - |
| HSV(B) | 269.58º | 0.6% | 0.93% | - |
| XYZ | 34.9 | 22.3 | 82.59 | - |
| YUV | 132.12 | 187.19 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 237 | 0.30 | 0.60 | 0 | 0.07 | 269.58 | 0.8 | 0.65 |
| Hex | A5 | 5F | ED | 1E | 3C | 0 | 7 | 10E | 50 | 41 |
| Octal | 245 | 137 | 355 | 36 | 74 | 0 | 7 | 416 | 120 | 101 |
| Binary | 10100101 | 1011111 | 11101101 | 11110 | 111100 | 0 | 111 | 100001110 | 1010000 | 1000001 |
Color Harmonies of #A55FED
Complementary color
Monochromatic Colors of #A55FED
Black with #A55FED
Text Example
Text Example
White with #A55FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FED; }
p { color: rgb(165,95,237); }
H1.HeaderClassName
{
color: #A55FED;
}
.AnyTagClassName
{
color: #A55FED;
}
</style>
background-color css
<style>
a { background-color: #A55FED; }
a { background-color: rgb(165,95,237); }
div.DivClassName
{
background-color: #A55FED;
}
.BgClassName
{
background-color: #A55FED;
}
</style>
border-color css
<style>
span { border-color: #A55FED; }
span { border-color: rgb(165,95,237); }
td.TdClassName
{
border-color: #A55FED;
}
.TagClassName
{
border-color: #A55FED;
}
</style>