Shades of Medium Purple #A869FB
Tints of Medium Purple #A869FB
RGB
CMYK
RGB Variations
Color information
#A869FB (or 0xA869FB) is known color: Medium Purple. HEX triplet: A8, 69 and FB. RGB value is (168,105,251). Sum of RGB (Red+Green+Blue) = 168+105+251=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #A869FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A869FB is #579604. Grayscale: #8B8B8B. Windows color (decimal): -5740037 or 16476584. OLE color: 16476584.
HSL color Cylindrical-coordinate representation of color #A869FB: hue angle of 265.89º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A869FB is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 105 | 251 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.02 |
| HSL | 265.89º | 0.95% | 0.7% | - |
| HSV(B) | 265.89º | 0.58% | 0.98% | - |
| XYZ | 38.61 | 25.39 | 94.13 | - |
| YUV | 140.48 | 190.37 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 251 | 0.33 | 0.58 | 0 | 0.02 | 265.89 | 0.95 | 0.7 |
| Hex | A8 | 69 | FB | 21 | 3A | 0 | 2 | 10A | 5F | 46 |
| Octal | 250 | 151 | 373 | 41 | 72 | 0 | 2 | 412 | 137 | 106 |
| Binary | 10101000 | 1101001 | 11111011 | 100001 | 111010 | 0 | 10 | 100001010 | 1011111 | 1000110 |
Color Harmonies of #A869FB
Complementary color
Monochromatic Colors of #A869FB
Black with #A869FB
Text Example
Text Example
White with #A869FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869FB; }
p { color: rgb(168,105,251); }
H1.HeaderClassName
{
color: #A869FB;
}
.AnyTagClassName
{
color: #A869FB;
}
</style>
background-color css
<style>
a { background-color: #A869FB; }
a { background-color: rgb(168,105,251); }
div.DivClassName
{
background-color: #A869FB;
}
.BgClassName
{
background-color: #A869FB;
}
</style>
border-color css
<style>
span { border-color: #A869FB; }
span { border-color: rgb(168,105,251); }
td.TdClassName
{
border-color: #A869FB;
}
.TagClassName
{
border-color: #A869FB;
}
</style>