Shades of Medium Purple #A658F1
Tints of Medium Purple #A658F1
RGB
CMYK
RGB Variations
Color information
#A658F1 (or 0xA658F1) is known color: Medium Purple. HEX triplet: A6, 58 and F1. RGB value is (166,88,241). Sum of RGB (Red+Green+Blue) = 166+88+241=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #A658F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A658F1 is #59A70E. Grayscale: #808080. Windows color (decimal): -5875471 or 15816870. OLE color: 15816870.
HSL color Cylindrical-coordinate representation of color #A658F1: hue angle of 270.59º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A658F1 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 88 | 241 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.05 |
| HSL | 270.59º | 0.85% | 0.65% | - |
| HSV(B) | 270.59º | 0.63% | 0.95% | - |
| XYZ | 35.09 | 21.44 | 85.51 | - |
| YUV | 128.76 | 191.34 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 241 | 0.31 | 0.63 | 0 | 0.05 | 270.59 | 0.85 | 0.65 |
| Hex | A6 | 58 | F1 | 1F | 3F | 0 | 5 | 10F | 55 | 41 |
| Octal | 246 | 130 | 361 | 37 | 77 | 0 | 5 | 417 | 125 | 101 |
| Binary | 10100110 | 1011000 | 11110001 | 11111 | 111111 | 0 | 101 | 100001111 | 1010101 | 1000001 |
Color Harmonies of #A658F1
Complementary color
Monochromatic Colors of #A658F1
Black with #A658F1
Text Example
Text Example
White with #A658F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A658F1; }
p { color: rgb(166,88,241); }
H1.HeaderClassName
{
color: #A658F1;
}
.AnyTagClassName
{
color: #A658F1;
}
</style>
background-color css
<style>
a { background-color: #A658F1; }
a { background-color: rgb(166,88,241); }
div.DivClassName
{
background-color: #A658F1;
}
.BgClassName
{
background-color: #A658F1;
}
</style>
border-color css
<style>
span { border-color: #A658F1; }
span { border-color: rgb(166,88,241); }
td.TdClassName
{
border-color: #A658F1;
}
.TagClassName
{
border-color: #A658F1;
}
</style>