Shades of Medium Purple #A25BED
Tints of Medium Purple #A25BED
RGB
CMYK
RGB Variations
Color information
#A25BED (or 0xA25BED) is known color: Medium Purple. HEX triplet: A2, 5B and ED. RGB value is (162,91,237). Sum of RGB (Red+Green+Blue) = 162+91+237=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #A25BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25BED is #5DA412. Grayscale: #808080. Windows color (decimal): -6136851 or 15555490. OLE color: 15555490.
HSL color Cylindrical-coordinate representation of color #A25BED: hue angle of 269.18º 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 #A25BED is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 91 | 237 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.07 |
| HSL | 269.18º | 0.8% | 0.64% | - |
| HSV(B) | 269.18º | 0.62% | 0.93% | - |
| XYZ | 33.93 | 21.28 | 82.44 | - |
| YUV | 128.87 | 189.02 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 237 | 0.32 | 0.62 | 0 | 0.07 | 269.18 | 0.8 | 0.64 |
| Hex | A2 | 5B | ED | 20 | 3E | 0 | 7 | 10D | 50 | 40 |
| Octal | 242 | 133 | 355 | 40 | 76 | 0 | 7 | 415 | 120 | 100 |
| Binary | 10100010 | 1011011 | 11101101 | 100000 | 111110 | 0 | 111 | 100001101 | 1010000 | 1000000 |
Color Harmonies of #A25BED
Complementary color
Monochromatic Colors of #A25BED
Black with #A25BED
Text Example
Text Example
White with #A25BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BED; }
p { color: rgb(162,91,237); }
H1.HeaderClassName
{
color: #A25BED;
}
.AnyTagClassName
{
color: #A25BED;
}
</style>
background-color css
<style>
a { background-color: #A25BED; }
a { background-color: rgb(162,91,237); }
div.DivClassName
{
background-color: #A25BED;
}
.BgClassName
{
background-color: #A25BED;
}
</style>
border-color css
<style>
span { border-color: #A25BED; }
span { border-color: rgb(162,91,237); }
td.TdClassName
{
border-color: #A25BED;
}
.TagClassName
{
border-color: #A25BED;
}
</style>