Shades of Medium Purple #A65EF1
Tints of Medium Purple #A65EF1
RGB
CMYK
RGB Variations
Color information
#A65EF1 (or 0xA65EF1) is known color: Medium Purple. HEX triplet: A6, 5E and F1. RGB value is (166,94,241). Sum of RGB (Red+Green+Blue) = 166+94+241=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #A65EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65EF1 is #59A10E. Grayscale: #838383. Windows color (decimal): -5873935 or 15818406. OLE color: 15818406.
HSL color Cylindrical-coordinate representation of color #A65EF1: hue angle of 269.39º degrees, saturation: 0.84, 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 #A65EF1 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 94 | 241 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.05 |
| HSL | 269.39º | 0.84% | 0.66% | - |
| HSV(B) | 269.39º | 0.61% | 0.95% | - |
| XYZ | 35.61 | 22.46 | 85.68 | - |
| YUV | 132.29 | 189.35 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 241 | 0.31 | 0.61 | 0 | 0.05 | 269.39 | 0.84 | 0.66 |
| Hex | A6 | 5E | F1 | 1F | 3D | 0 | 5 | 10D | 54 | 42 |
| Octal | 246 | 136 | 361 | 37 | 75 | 0 | 5 | 415 | 124 | 102 |
| Binary | 10100110 | 1011110 | 11110001 | 11111 | 111101 | 0 | 101 | 100001101 | 1010100 | 1000010 |
Color Harmonies of #A65EF1
Complementary color
Monochromatic Colors of #A65EF1
Black with #A65EF1
Text Example
Text Example
White with #A65EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65EF1; }
p { color: rgb(166,94,241); }
H1.HeaderClassName
{
color: #A65EF1;
}
.AnyTagClassName
{
color: #A65EF1;
}
</style>
background-color css
<style>
a { background-color: #A65EF1; }
a { background-color: rgb(166,94,241); }
div.DivClassName
{
background-color: #A65EF1;
}
.BgClassName
{
background-color: #A65EF1;
}
</style>
border-color css
<style>
span { border-color: #A65EF1; }
span { border-color: rgb(166,94,241); }
td.TdClassName
{
border-color: #A65EF1;
}
.TagClassName
{
border-color: #A65EF1;
}
</style>