Shades of Medium Purple #A25DED
Tints of Medium Purple #A25DED
RGB
CMYK
RGB Variations
Color information
#A25DED (or 0xA25DED) is known color: Medium Purple. HEX triplet: A2, 5D and ED. RGB value is (162,93,237). Sum of RGB (Red+Green+Blue) = 162+93+237=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #A25DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25DED is #5DA212. Grayscale: #818181. Windows color (decimal): -6136339 or 15556002. OLE color: 15556002.
HSL color Cylindrical-coordinate representation of color #A25DED: hue angle of 268.75º 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 #A25DED is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 93 | 237 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.07 |
| HSL | 268.75º | 0.8% | 0.65% | - |
| HSV(B) | 268.75º | 0.61% | 0.93% | - |
| XYZ | 34.1 | 21.62 | 82.5 | - |
| YUV | 130.05 | 188.36 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 237 | 0.32 | 0.61 | 0 | 0.07 | 268.75 | 0.8 | 0.65 |
| Hex | A2 | 5D | ED | 20 | 3D | 0 | 7 | 10D | 50 | 41 |
| Octal | 242 | 135 | 355 | 40 | 75 | 0 | 7 | 415 | 120 | 101 |
| Binary | 10100010 | 1011101 | 11101101 | 100000 | 111101 | 0 | 111 | 100001101 | 1010000 | 1000001 |
Color Harmonies of #A25DED
Complementary color
Monochromatic Colors of #A25DED
Black with #A25DED
Text Example
Text Example
White with #A25DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DED; }
p { color: rgb(162,93,237); }
H1.HeaderClassName
{
color: #A25DED;
}
.AnyTagClassName
{
color: #A25DED;
}
</style>
background-color css
<style>
a { background-color: #A25DED; }
a { background-color: rgb(162,93,237); }
div.DivClassName
{
background-color: #A25DED;
}
.BgClassName
{
background-color: #A25DED;
}
</style>
border-color css
<style>
span { border-color: #A25DED; }
span { border-color: rgb(162,93,237); }
td.TdClassName
{
border-color: #A25DED;
}
.TagClassName
{
border-color: #A25DED;
}
</style>