Shades of Medium Purple #A25FF9
Tints of Medium Purple #A25FF9
RGB
CMYK
RGB Variations
Color information
#A25FF9 (or 0xA25FF9) is known color: Medium Purple. HEX triplet: A2, 5F and F9. RGB value is (162,95,249). Sum of RGB (Red+Green+Blue) = 162+95+249=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #A25FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FF9 is #5DA006. Grayscale: #848484. Windows color (decimal): -6135815 or 16342946. OLE color: 16342946.
HSL color Cylindrical-coordinate representation of color #A25FF9: hue angle of 266.1º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A25FF9 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 95 | 249 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.02 |
| HSL | 266.1º | 0.93% | 0.67% | - |
| HSV(B) | 266.1º | 0.62% | 0.98% | - |
| XYZ | 36.09 | 22.71 | 92.1 | - |
| YUV | 132.59 | 193.7 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 249 | 0.35 | 0.62 | 0 | 0.02 | 266.1 | 0.93 | 0.67 |
| Hex | A2 | 5F | F9 | 23 | 3E | 0 | 2 | 10A | 5D | 43 |
| Octal | 242 | 137 | 371 | 43 | 76 | 0 | 2 | 412 | 135 | 103 |
| Binary | 10100010 | 1011111 | 11111001 | 100011 | 111110 | 0 | 10 | 100001010 | 1011101 | 1000011 |
Color Harmonies of #A25FF9
Complementary color
Monochromatic Colors of #A25FF9
Black with #A25FF9
Text Example
Text Example
White with #A25FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FF9; }
p { color: rgb(162,95,249); }
H1.HeaderClassName
{
color: #A25FF9;
}
.AnyTagClassName
{
color: #A25FF9;
}
</style>
background-color css
<style>
a { background-color: #A25FF9; }
a { background-color: rgb(162,95,249); }
div.DivClassName
{
background-color: #A25FF9;
}
.BgClassName
{
background-color: #A25FF9;
}
</style>
border-color css
<style>
span { border-color: #A25FF9; }
span { border-color: rgb(162,95,249); }
td.TdClassName
{
border-color: #A25FF9;
}
.TagClassName
{
border-color: #A25FF9;
}
</style>