Shades of Medium Purple #A25FE8
Tints of Medium Purple #A25FE8
RGB
CMYK
RGB Variations
Color information
#A25FE8 (or 0xA25FE8) is known color: Medium Purple. HEX triplet: A2, 5F and E8. RGB value is (162,95,232). Sum of RGB (Red+Green+Blue) = 162+95+232=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 232 - color contains mainly: blue. Hex color #A25FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FE8 is #5DA017. Grayscale: #828282. Windows color (decimal): -6135832 or 15228834. OLE color: 15228834.
HSL color Cylindrical-coordinate representation of color #A25FE8: hue angle of 269.34º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25FE8 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 95 | 232 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.09 |
| HSL | 269.34º | 0.75% | 0.64% | - |
| HSV(B) | 269.34º | 0.59% | 0.91% | - |
| XYZ | 33.56 | 21.69 | 78.76 | - |
| YUV | 130.65 | 185.2 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 232 | 0.30 | 0.59 | 0 | 0.09 | 269.34 | 0.75 | 0.64 |
| Hex | A2 | 5F | E8 | 1E | 3B | 0 | 9 | 10D | 4B | 40 |
| Octal | 242 | 137 | 350 | 36 | 73 | 0 | 11 | 415 | 113 | 100 |
| Binary | 10100010 | 1011111 | 11101000 | 11110 | 111011 | 0 | 1001 | 100001101 | 1001011 | 1000000 |
Color Harmonies of #A25FE8
Complementary color
Monochromatic Colors of #A25FE8
Black with #A25FE8
Text Example
Text Example
White with #A25FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FE8; }
p { color: rgb(162,95,232); }
H1.HeaderClassName
{
color: #A25FE8;
}
.AnyTagClassName
{
color: #A25FE8;
}
</style>
background-color css
<style>
a { background-color: #A25FE8; }
a { background-color: rgb(162,95,232); }
div.DivClassName
{
background-color: #A25FE8;
}
.BgClassName
{
background-color: #A25FE8;
}
</style>
border-color css
<style>
span { border-color: #A25FE8; }
span { border-color: rgb(162,95,232); }
td.TdClassName
{
border-color: #A25FE8;
}
.TagClassName
{
border-color: #A25FE8;
}
</style>