Shades of Medium Purple #A65FEC
Tints of Medium Purple #A65FEC
RGB
CMYK
RGB Variations
Color information
#A65FEC (or 0xA65FEC) is known color: Medium Purple. HEX triplet: A6, 5F and EC. RGB value is (166,95,236). Sum of RGB (Red+Green+Blue) = 166+95+236=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #A65FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65FEC is #59A013. Grayscale: #838383. Windows color (decimal): -5873684 or 15490982. OLE color: 15490982.
HSL color Cylindrical-coordinate representation of color #A65FEC: hue angle of 270.21º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A65FEC is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 95 | 236 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.07 |
| HSL | 270.21º | 0.79% | 0.65% | - |
| HSV(B) | 270.21º | 0.6% | 0.93% | - |
| XYZ | 34.96 | 22.35 | 81.83 | - |
| YUV | 132.3 | 186.52 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 236 | 0.30 | 0.60 | 0 | 0.07 | 270.21 | 0.79 | 0.65 |
| Hex | A6 | 5F | EC | 1E | 3C | 0 | 7 | 10E | 4F | 41 |
| Octal | 246 | 137 | 354 | 36 | 74 | 0 | 7 | 416 | 117 | 101 |
| Binary | 10100110 | 1011111 | 11101100 | 11110 | 111100 | 0 | 111 | 100001110 | 1001111 | 1000001 |
Color Harmonies of #A65FEC
Complementary color
Monochromatic Colors of #A65FEC
Black with #A65FEC
Text Example
Text Example
White with #A65FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FEC; }
p { color: rgb(166,95,236); }
H1.HeaderClassName
{
color: #A65FEC;
}
.AnyTagClassName
{
color: #A65FEC;
}
</style>
background-color css
<style>
a { background-color: #A65FEC; }
a { background-color: rgb(166,95,236); }
div.DivClassName
{
background-color: #A65FEC;
}
.BgClassName
{
background-color: #A65FEC;
}
</style>
border-color css
<style>
span { border-color: #A65FEC; }
span { border-color: rgb(166,95,236); }
td.TdClassName
{
border-color: #A65FEC;
}
.TagClassName
{
border-color: #A65FEC;
}
</style>