Shades of Medium Purple #A866F3
Tints of Medium Purple #A866F3
RGB
CMYK
RGB Variations
Color information
#A866F3 (or 0xA866F3) is known color: Medium Purple. HEX triplet: A8, 66 and F3. RGB value is (168,102,243). Sum of RGB (Red+Green+Blue) = 168+102+243=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #A866F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A866F3 is #57990C. Grayscale: #898989. Windows color (decimal): -5740813 or 15951528. OLE color: 15951528.
HSL color Cylindrical-coordinate representation of color #A866F3: hue angle of 268.09º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A866F3 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 102 | 243 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.05 |
| HSL | 268.09º | 0.85% | 0.68% | - |
| HSV(B) | 268.09º | 0.58% | 0.95% | - |
| XYZ | 37.08 | 24.3 | 87.53 | - |
| YUV | 137.81 | 187.37 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 243 | 0.31 | 0.58 | 0 | 0.05 | 268.09 | 0.85 | 0.68 |
| Hex | A8 | 66 | F3 | 1F | 3A | 0 | 5 | 10C | 55 | 44 |
| Octal | 250 | 146 | 363 | 37 | 72 | 0 | 5 | 414 | 125 | 104 |
| Binary | 10101000 | 1100110 | 11110011 | 11111 | 111010 | 0 | 101 | 100001100 | 1010101 | 1000100 |
Color Harmonies of #A866F3
Complementary color
Monochromatic Colors of #A866F3
Black with #A866F3
Text Example
Text Example
White with #A866F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A866F3; }
p { color: rgb(168,102,243); }
H1.HeaderClassName
{
color: #A866F3;
}
.AnyTagClassName
{
color: #A866F3;
}
</style>
background-color css
<style>
a { background-color: #A866F3; }
a { background-color: rgb(168,102,243); }
div.DivClassName
{
background-color: #A866F3;
}
.BgClassName
{
background-color: #A866F3;
}
</style>
border-color css
<style>
span { border-color: #A866F3; }
span { border-color: rgb(168,102,243); }
td.TdClassName
{
border-color: #A866F3;
}
.TagClassName
{
border-color: #A866F3;
}
</style>