Shades of Medium Purple #A461F2
Tints of Medium Purple #A461F2
RGB
CMYK
RGB Variations
Color information
#A461F2 (or 0xA461F2) is known color: Medium Purple. HEX triplet: A4, 61 and F2. RGB value is (164,97,242). Sum of RGB (Red+Green+Blue) = 164+97+242=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #A461F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A461F2 is #5B9E0D. Grayscale: #858585. Windows color (decimal): -6004238 or 15884708. OLE color: 15884708.
HSL color Cylindrical-coordinate representation of color #A461F2: hue angle of 267.72º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A461F2 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 97 | 242 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.05 |
| HSL | 267.72º | 0.85% | 0.66% | - |
| HSV(B) | 267.72º | 0.6% | 0.95% | - |
| XYZ | 35.61 | 22.85 | 86.54 | - |
| YUV | 133.56 | 189.2 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 242 | 0.32 | 0.60 | 0 | 0.05 | 267.72 | 0.85 | 0.66 |
| Hex | A4 | 61 | F2 | 20 | 3C | 0 | 5 | 10C | 55 | 42 |
| Octal | 244 | 141 | 362 | 40 | 74 | 0 | 5 | 414 | 125 | 102 |
| Binary | 10100100 | 1100001 | 11110010 | 100000 | 111100 | 0 | 101 | 100001100 | 1010101 | 1000010 |
Color Harmonies of #A461F2
Complementary color
Monochromatic Colors of #A461F2
Black with #A461F2
Text Example
Text Example
White with #A461F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A461F2; }
p { color: rgb(164,97,242); }
H1.HeaderClassName
{
color: #A461F2;
}
.AnyTagClassName
{
color: #A461F2;
}
</style>
background-color css
<style>
a { background-color: #A461F2; }
a { background-color: rgb(164,97,242); }
div.DivClassName
{
background-color: #A461F2;
}
.BgClassName
{
background-color: #A461F2;
}
</style>
border-color css
<style>
span { border-color: #A461F2; }
span { border-color: rgb(164,97,242); }
td.TdClassName
{
border-color: #A461F2;
}
.TagClassName
{
border-color: #A461F2;
}
</style>