Shades of Medium Purple #A865FB
Tints of Medium Purple #A865FB
RGB
CMYK
RGB Variations
Color information
#A865FB (or 0xA865FB) is known color: Medium Purple. HEX triplet: A8, 65 and FB. RGB value is (168,101,251). Sum of RGB (Red+Green+Blue) = 168+101+251=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #A865FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A865FB is #579A04. Grayscale: #898989. Windows color (decimal): -5741061 or 16475560. OLE color: 16475560.
HSL color Cylindrical-coordinate representation of color #A865FB: hue angle of 266.8º degrees, saturation: 0.95, 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 #A865FB is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 101 | 251 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.02 |
| HSL | 266.8º | 0.95% | 0.69% | - |
| HSV(B) | 266.8º | 0.6% | 0.98% | - |
| XYZ | 38.21 | 24.6 | 94 | - |
| YUV | 138.13 | 191.7 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 251 | 0.33 | 0.60 | 0 | 0.02 | 266.8 | 0.95 | 0.69 |
| Hex | A8 | 65 | FB | 21 | 3C | 0 | 2 | 10B | 5F | 45 |
| Octal | 250 | 145 | 373 | 41 | 74 | 0 | 2 | 413 | 137 | 105 |
| Binary | 10101000 | 1100101 | 11111011 | 100001 | 111100 | 0 | 10 | 100001011 | 1011111 | 1000101 |
Color Harmonies of #A865FB
Complementary color
Monochromatic Colors of #A865FB
Black with #A865FB
Text Example
Text Example
White with #A865FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865FB; }
p { color: rgb(168,101,251); }
H1.HeaderClassName
{
color: #A865FB;
}
.AnyTagClassName
{
color: #A865FB;
}
</style>
background-color css
<style>
a { background-color: #A865FB; }
a { background-color: rgb(168,101,251); }
div.DivClassName
{
background-color: #A865FB;
}
.BgClassName
{
background-color: #A865FB;
}
</style>
border-color css
<style>
span { border-color: #A865FB; }
span { border-color: rgb(168,101,251); }
td.TdClassName
{
border-color: #A865FB;
}
.TagClassName
{
border-color: #A865FB;
}
</style>