Shades of Medium Purple #A25FF2
Tints of Medium Purple #A25FF2
RGB
CMYK
RGB Variations
Color information
#A25FF2 (or 0xA25FF2) is known color: Medium Purple. HEX triplet: A2, 5F and F2. RGB value is (162,95,242). Sum of RGB (Red+Green+Blue) = 162+95+242=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #A25FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FF2 is #5DA00D. Grayscale: #838383. Windows color (decimal): -6135822 or 15884194. OLE color: 15884194.
HSL color Cylindrical-coordinate representation of color #A25FF2: hue angle of 267.35º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A25FF2 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 95 | 242 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.05 |
| HSL | 267.35º | 0.85% | 0.66% | - |
| HSV(B) | 267.35º | 0.61% | 0.95% | - |
| XYZ | 35.02 | 22.28 | 86.46 | - |
| YUV | 131.79 | 190.2 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 242 | 0.33 | 0.61 | 0 | 0.05 | 267.35 | 0.85 | 0.66 |
| Hex | A2 | 5F | F2 | 21 | 3D | 0 | 5 | 10B | 55 | 42 |
| Octal | 242 | 137 | 362 | 41 | 75 | 0 | 5 | 413 | 125 | 102 |
| Binary | 10100010 | 1011111 | 11110010 | 100001 | 111101 | 0 | 101 | 100001011 | 1010101 | 1000010 |
Color Harmonies of #A25FF2
Complementary color
Monochromatic Colors of #A25FF2
Black with #A25FF2
Text Example
Text Example
White with #A25FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FF2; }
p { color: rgb(162,95,242); }
H1.HeaderClassName
{
color: #A25FF2;
}
.AnyTagClassName
{
color: #A25FF2;
}
</style>
background-color css
<style>
a { background-color: #A25FF2; }
a { background-color: rgb(162,95,242); }
div.DivClassName
{
background-color: #A25FF2;
}
.BgClassName
{
background-color: #A25FF2;
}
</style>
border-color css
<style>
span { border-color: #A25FF2; }
span { border-color: rgb(162,95,242); }
td.TdClassName
{
border-color: #A25FF2;
}
.TagClassName
{
border-color: #A25FF2;
}
</style>