Shades of Medium Purple #A25CF6
Tints of Medium Purple #A25CF6
RGB
CMYK
RGB Variations
Color information
#A25CF6 (or 0xA25CF6) is known color: Medium Purple. HEX triplet: A2, 5C and F6. RGB value is (162,92,246). Sum of RGB (Red+Green+Blue) = 162+92+246=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #A25CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25CF6 is #5DA309. Grayscale: #818181. Windows color (decimal): -6136586 or 16145570. OLE color: 16145570.
HSL color Cylindrical-coordinate representation of color #A25CF6: hue angle of 267.27º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A25CF6 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 92 | 246 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.04 |
| HSL | 267.27º | 0.9% | 0.66% | - |
| HSV(B) | 267.27º | 0.63% | 0.96% | - |
| XYZ | 35.36 | 21.99 | 89.57 | - |
| YUV | 130.49 | 193.19 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 246 | 0.34 | 0.63 | 0 | 0.04 | 267.27 | 0.9 | 0.66 |
| Hex | A2 | 5C | F6 | 22 | 3F | 0 | 4 | 10B | 5A | 42 |
| Octal | 242 | 134 | 366 | 42 | 77 | 0 | 4 | 413 | 132 | 102 |
| Binary | 10100010 | 1011100 | 11110110 | 100010 | 111111 | 0 | 100 | 100001011 | 1011010 | 1000010 |
Color Harmonies of #A25CF6
Complementary color
Monochromatic Colors of #A25CF6
Black with #A25CF6
Text Example
Text Example
White with #A25CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25CF6; }
p { color: rgb(162,92,246); }
H1.HeaderClassName
{
color: #A25CF6;
}
.AnyTagClassName
{
color: #A25CF6;
}
</style>
background-color css
<style>
a { background-color: #A25CF6; }
a { background-color: rgb(162,92,246); }
div.DivClassName
{
background-color: #A25CF6;
}
.BgClassName
{
background-color: #A25CF6;
}
</style>
border-color css
<style>
span { border-color: #A25CF6; }
span { border-color: rgb(162,92,246); }
td.TdClassName
{
border-color: #A25CF6;
}
.TagClassName
{
border-color: #A25CF6;
}
</style>