Shades of Medium Purple #A25EFB
Tints of Medium Purple #A25EFB
RGB
CMYK
RGB Variations
Color information
#A25EFB (or 0xA25EFB) is known color: Medium Purple. HEX triplet: A2, 5E and FB. RGB value is (162,94,251). Sum of RGB (Red+Green+Blue) = 162+94+251=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #A25EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25EFB is #5DA104. Grayscale: #838383. Windows color (decimal): -6136069 or 16473762. OLE color: 16473762.
HSL color Cylindrical-coordinate representation of color #A25EFB: hue angle of 265.99º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A25EFB is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 94 | 251 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.02 |
| HSL | 265.99º | 0.95% | 0.68% | - |
| HSV(B) | 265.99º | 0.63% | 0.98% | - |
| XYZ | 36.32 | 22.65 | 93.72 | - |
| YUV | 132.23 | 195.03 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 251 | 0.35 | 0.63 | 0 | 0.02 | 265.99 | 0.95 | 0.68 |
| Hex | A2 | 5E | FB | 23 | 3F | 0 | 2 | 10A | 5F | 44 |
| Octal | 242 | 136 | 373 | 43 | 77 | 0 | 2 | 412 | 137 | 104 |
| Binary | 10100010 | 1011110 | 11111011 | 100011 | 111111 | 0 | 10 | 100001010 | 1011111 | 1000100 |
Color Harmonies of #A25EFB
Complementary color
Monochromatic Colors of #A25EFB
Black with #A25EFB
Text Example
Text Example
White with #A25EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25EFB; }
p { color: rgb(162,94,251); }
H1.HeaderClassName
{
color: #A25EFB;
}
.AnyTagClassName
{
color: #A25EFB;
}
</style>
background-color css
<style>
a { background-color: #A25EFB; }
a { background-color: rgb(162,94,251); }
div.DivClassName
{
background-color: #A25EFB;
}
.BgClassName
{
background-color: #A25EFB;
}
</style>
border-color css
<style>
span { border-color: #A25EFB; }
span { border-color: rgb(162,94,251); }
td.TdClassName
{
border-color: #A25EFB;
}
.TagClassName
{
border-color: #A25EFB;
}
</style>