Shades of Medium Purple #A865FA
Tints of Medium Purple #A865FA
RGB
CMYK
RGB Variations
Color information
#A865FA (or 0xA865FA) is known color: Medium Purple. HEX triplet: A8, 65 and FA. RGB value is (168,101,250). Sum of RGB (Red+Green+Blue) = 168+101+250=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #A865FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A865FA is #579A05. Grayscale: #898989. Windows color (decimal): -5741062 or 16410024. OLE color: 16410024.
HSL color Cylindrical-coordinate representation of color #A865FA: hue angle of 266.98º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A865FA is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 101 | 250 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.02 |
| HSL | 266.98º | 0.94% | 0.69% | - |
| HSV(B) | 266.98º | 0.6% | 0.98% | - |
| XYZ | 38.06 | 24.53 | 93.17 | - |
| YUV | 138.02 | 191.2 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 250 | 0.33 | 0.60 | 0 | 0.02 | 266.98 | 0.94 | 0.69 |
| Hex | A8 | 65 | FA | 21 | 3C | 0 | 2 | 10B | 5E | 45 |
| Octal | 250 | 145 | 372 | 41 | 74 | 0 | 2 | 413 | 136 | 105 |
| Binary | 10101000 | 1100101 | 11111010 | 100001 | 111100 | 0 | 10 | 100001011 | 1011110 | 1000101 |
Color Harmonies of #A865FA
Complementary color
Monochromatic Colors of #A865FA
Black with #A865FA
Text Example
Text Example
White with #A865FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865FA; }
p { color: rgb(168,101,250); }
H1.HeaderClassName
{
color: #A865FA;
}
.AnyTagClassName
{
color: #A865FA;
}
</style>
background-color css
<style>
a { background-color: #A865FA; }
a { background-color: rgb(168,101,250); }
div.DivClassName
{
background-color: #A865FA;
}
.BgClassName
{
background-color: #A865FA;
}
</style>
border-color css
<style>
span { border-color: #A865FA; }
span { border-color: rgb(168,101,250); }
td.TdClassName
{
border-color: #A865FA;
}
.TagClassName
{
border-color: #A865FA;
}
</style>