Shades of Medium Purple #A25FE7
Tints of Medium Purple #A25FE7
RGB
CMYK
RGB Variations
Color information
#A25FE7 (or 0xA25FE7) is known color: Medium Purple. HEX triplet: A2, 5F and E7. RGB value is (162,95,231). Sum of RGB (Red+Green+Blue) = 162+95+231=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #A25FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FE7 is #5DA018. Grayscale: #828282. Windows color (decimal): -6135833 or 15163298. OLE color: 15163298.
HSL color Cylindrical-coordinate representation of color #A25FE7: hue angle of 269.56º degrees, saturation: 0.74, 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 #A25FE7 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 95 | 231 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.09 |
| HSL | 269.56º | 0.74% | 0.64% | - |
| HSV(B) | 269.56º | 0.59% | 0.91% | - |
| XYZ | 33.42 | 21.64 | 78.02 | - |
| YUV | 130.54 | 184.7 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 231 | 0.30 | 0.59 | 0 | 0.09 | 269.56 | 0.74 | 0.64 |
| Hex | A2 | 5F | E7 | 1E | 3B | 0 | 9 | 10E | 4A | 40 |
| Octal | 242 | 137 | 347 | 36 | 73 | 0 | 11 | 416 | 112 | 100 |
| Binary | 10100010 | 1011111 | 11100111 | 11110 | 111011 | 0 | 1001 | 100001110 | 1001010 | 1000000 |
Color Harmonies of #A25FE7
Complementary color
Monochromatic Colors of #A25FE7
Black with #A25FE7
Text Example
Text Example
White with #A25FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FE7; }
p { color: rgb(162,95,231); }
H1.HeaderClassName
{
color: #A25FE7;
}
.AnyTagClassName
{
color: #A25FE7;
}
</style>
background-color css
<style>
a { background-color: #A25FE7; }
a { background-color: rgb(162,95,231); }
div.DivClassName
{
background-color: #A25FE7;
}
.BgClassName
{
background-color: #A25FE7;
}
</style>
border-color css
<style>
span { border-color: #A25FE7; }
span { border-color: rgb(162,95,231); }
td.TdClassName
{
border-color: #A25FE7;
}
.TagClassName
{
border-color: #A25FE7;
}
</style>