Shades of Medium Purple #A55BED
Tints of Medium Purple #A55BED
RGB
CMYK
RGB Variations
Color information
#A55BED (or 0xA55BED) is known color: Medium Purple. HEX triplet: A5, 5B and ED. RGB value is (165,91,237). Sum of RGB (Red+Green+Blue) = 165+91+237=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #A55BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55BED is #5AA412. Grayscale: #818181. Windows color (decimal): -5940243 or 15555493. OLE color: 15555493.
HSL color Cylindrical-coordinate representation of color #A55BED: hue angle of 270.41º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A55BED is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 91 | 237 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.07 |
| HSL | 270.41º | 0.8% | 0.64% | - |
| HSV(B) | 270.41º | 0.62% | 0.93% | - |
| XYZ | 34.54 | 21.6 | 82.47 | - |
| YUV | 129.77 | 188.52 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 237 | 0.30 | 0.62 | 0 | 0.07 | 270.41 | 0.8 | 0.64 |
| Hex | A5 | 5B | ED | 1E | 3E | 0 | 7 | 10E | 50 | 40 |
| Octal | 245 | 133 | 355 | 36 | 76 | 0 | 7 | 416 | 120 | 100 |
| Binary | 10100101 | 1011011 | 11101101 | 11110 | 111110 | 0 | 111 | 100001110 | 1010000 | 1000000 |
Color Harmonies of #A55BED
Complementary color
Monochromatic Colors of #A55BED
Black with #A55BED
Text Example
Text Example
White with #A55BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55BED; }
p { color: rgb(165,91,237); }
H1.HeaderClassName
{
color: #A55BED;
}
.AnyTagClassName
{
color: #A55BED;
}
</style>
background-color css
<style>
a { background-color: #A55BED; }
a { background-color: rgb(165,91,237); }
div.DivClassName
{
background-color: #A55BED;
}
.BgClassName
{
background-color: #A55BED;
}
</style>
border-color css
<style>
span { border-color: #A55BED; }
span { border-color: rgb(165,91,237); }
td.TdClassName
{
border-color: #A55BED;
}
.TagClassName
{
border-color: #A55BED;
}
</style>