Shades of Medium Purple #A25BEA
Tints of Medium Purple #A25BEA
RGB
CMYK
RGB Variations
Color information
#A25BEA (or 0xA25BEA) is known color: Medium Purple. HEX triplet: A2, 5B and EA. RGB value is (162,91,234). Sum of RGB (Red+Green+Blue) = 162+91+234=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #A25BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25BEA is #5DA415. Grayscale: #808080. Windows color (decimal): -6136854 or 15358882. OLE color: 15358882.
HSL color Cylindrical-coordinate representation of color #A25BEA: hue angle of 269.79º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A25BEA is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 91 | 234 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.08 |
| HSL | 269.79º | 0.77% | 0.64% | - |
| HSV(B) | 269.79º | 0.61% | 0.92% | - |
| XYZ | 33.49 | 21.1 | 80.15 | - |
| YUV | 128.53 | 187.52 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 234 | 0.31 | 0.61 | 0 | 0.08 | 269.79 | 0.77 | 0.64 |
| Hex | A2 | 5B | EA | 1F | 3D | 0 | 8 | 10E | 4D | 40 |
| Octal | 242 | 133 | 352 | 37 | 75 | 0 | 10 | 416 | 115 | 100 |
| Binary | 10100010 | 1011011 | 11101010 | 11111 | 111101 | 0 | 1000 | 100001110 | 1001101 | 1000000 |
Color Harmonies of #A25BEA
Complementary color
Monochromatic Colors of #A25BEA
Black with #A25BEA
Text Example
Text Example
White with #A25BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BEA; }
p { color: rgb(162,91,234); }
H1.HeaderClassName
{
color: #A25BEA;
}
.AnyTagClassName
{
color: #A25BEA;
}
</style>
background-color css
<style>
a { background-color: #A25BEA; }
a { background-color: rgb(162,91,234); }
div.DivClassName
{
background-color: #A25BEA;
}
.BgClassName
{
background-color: #A25BEA;
}
</style>
border-color css
<style>
span { border-color: #A25BEA; }
span { border-color: rgb(162,91,234); }
td.TdClassName
{
border-color: #A25BEA;
}
.TagClassName
{
border-color: #A25BEA;
}
</style>