Shades of Medium Purple #A25EFC
Tints of Medium Purple #A25EFC
RGB
CMYK
RGB Variations
Color information
#A25EFC (or 0xA25EFC) is known color: Medium Purple. HEX triplet: A2, 5E and FC. RGB value is (162,94,252). Sum of RGB (Red+Green+Blue) = 162+94+252=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #A25EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25EFC is #5DA103. Grayscale: #838383. Windows color (decimal): -6136068 or 16539298. OLE color: 16539298.
HSL color Cylindrical-coordinate representation of color #A25EFC: hue angle of 265.82º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A25EFC is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 94 | 252 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.01 |
| HSL | 265.82º | 0.96% | 0.68% | - |
| HSV(B) | 265.82º | 0.63% | 0.99% | - |
| XYZ | 36.47 | 22.72 | 94.56 | - |
| YUV | 132.34 | 195.53 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 252 | 0.36 | 0.63 | 0 | 0.01 | 265.82 | 0.96 | 0.68 |
| Hex | A2 | 5E | FC | 24 | 3F | 0 | 1 | 10A | 60 | 44 |
| Octal | 242 | 136 | 374 | 44 | 77 | 0 | 1 | 412 | 140 | 104 |
| Binary | 10100010 | 1011110 | 11111100 | 100100 | 111111 | 0 | 1 | 100001010 | 1100000 | 1000100 |
Color Harmonies of #A25EFC
Complementary color
Monochromatic Colors of #A25EFC
Black with #A25EFC
Text Example
Text Example
White with #A25EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25EFC; }
p { color: rgb(162,94,252); }
H1.HeaderClassName
{
color: #A25EFC;
}
.AnyTagClassName
{
color: #A25EFC;
}
</style>
background-color css
<style>
a { background-color: #A25EFC; }
a { background-color: rgb(162,94,252); }
div.DivClassName
{
background-color: #A25EFC;
}
.BgClassName
{
background-color: #A25EFC;
}
</style>
border-color css
<style>
span { border-color: #A25EFC; }
span { border-color: rgb(162,94,252); }
td.TdClassName
{
border-color: #A25EFC;
}
.TagClassName
{
border-color: #A25EFC;
}
</style>