Shades of Medium Purple #A55DED
Tints of Medium Purple #A55DED
RGB
CMYK
RGB Variations
Color information
#A55DED (or 0xA55DED) is known color: Medium Purple. HEX triplet: A5, 5D and ED. RGB value is (165,93,237). Sum of RGB (Red+Green+Blue) = 165+93+237=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #A55DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55DED is #5AA212. Grayscale: #828282. Windows color (decimal): -5939731 or 15556005. OLE color: 15556005.
HSL color Cylindrical-coordinate representation of color #A55DED: hue angle of 270º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A55DED is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 93 | 237 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.07 |
| HSL | 270º | 0.8% | 0.65% | - |
| HSV(B) | 270º | 0.61% | 0.93% | - |
| XYZ | 34.72 | 21.94 | 82.53 | - |
| YUV | 130.94 | 187.85 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 237 | 0.30 | 0.61 | 0 | 0.07 | 270 | 0.8 | 0.65 |
| Hex | A5 | 5D | ED | 1E | 3D | 0 | 7 | 10E | 50 | 41 |
| Octal | 245 | 135 | 355 | 36 | 75 | 0 | 7 | 416 | 120 | 101 |
| Binary | 10100101 | 1011101 | 11101101 | 11110 | 111101 | 0 | 111 | 100001110 | 1010000 | 1000001 |
Color Harmonies of #A55DED
Complementary color
Monochromatic Colors of #A55DED
Black with #A55DED
Text Example
Text Example
White with #A55DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DED; }
p { color: rgb(165,93,237); }
H1.HeaderClassName
{
color: #A55DED;
}
.AnyTagClassName
{
color: #A55DED;
}
</style>
background-color css
<style>
a { background-color: #A55DED; }
a { background-color: rgb(165,93,237); }
div.DivClassName
{
background-color: #A55DED;
}
.BgClassName
{
background-color: #A55DED;
}
</style>
border-color css
<style>
span { border-color: #A55DED; }
span { border-color: rgb(165,93,237); }
td.TdClassName
{
border-color: #A55DED;
}
.TagClassName
{
border-color: #A55DED;
}
</style>