Shades of Medium Purple #A65EF3
Tints of Medium Purple #A65EF3
RGB
CMYK
RGB Variations
Color information
#A65EF3 (or 0xA65EF3) is known color: Medium Purple. HEX triplet: A6, 5E and F3. RGB value is (166,94,243). Sum of RGB (Red+Green+Blue) = 166+94+243=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #A65EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65EF3 is #59A10C. Grayscale: #838383. Windows color (decimal): -5873933 or 15949478. OLE color: 15949478.
HSL color Cylindrical-coordinate representation of color #A65EF3: hue angle of 268.99º degrees, saturation: 0.86, 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 #A65EF3 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 94 | 243 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.05 |
| HSL | 268.99º | 0.86% | 0.66% | - |
| HSV(B) | 268.99º | 0.61% | 0.95% | - |
| XYZ | 35.91 | 22.58 | 87.26 | - |
| YUV | 132.51 | 190.35 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 243 | 0.32 | 0.61 | 0 | 0.05 | 268.99 | 0.86 | 0.66 |
| Hex | A6 | 5E | F3 | 20 | 3D | 0 | 5 | 10D | 56 | 42 |
| Octal | 246 | 136 | 363 | 40 | 75 | 0 | 5 | 415 | 126 | 102 |
| Binary | 10100110 | 1011110 | 11110011 | 100000 | 111101 | 0 | 101 | 100001101 | 1010110 | 1000010 |
Color Harmonies of #A65EF3
Complementary color
Monochromatic Colors of #A65EF3
Black with #A65EF3
Text Example
Text Example
White with #A65EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65EF3; }
p { color: rgb(166,94,243); }
H1.HeaderClassName
{
color: #A65EF3;
}
.AnyTagClassName
{
color: #A65EF3;
}
</style>
background-color css
<style>
a { background-color: #A65EF3; }
a { background-color: rgb(166,94,243); }
div.DivClassName
{
background-color: #A65EF3;
}
.BgClassName
{
background-color: #A65EF3;
}
</style>
border-color css
<style>
span { border-color: #A65EF3; }
span { border-color: rgb(166,94,243); }
td.TdClassName
{
border-color: #A65EF3;
}
.TagClassName
{
border-color: #A65EF3;
}
</style>