Shades of Medium Purple #A86AFB
Tints of Medium Purple #A86AFB
RGB
CMYK
RGB Variations
Color information
#A86AFB (or 0xA86AFB) is known color: Medium Purple. HEX triplet: A8, 6A and FB. RGB value is (168,106,251). Sum of RGB (Red+Green+Blue) = 168+106+251=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #A86AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86AFB is #579504. Grayscale: #8C8C8C. Windows color (decimal): -5739781 or 16476840. OLE color: 16476840.
HSL color Cylindrical-coordinate representation of color #A86AFB: hue angle of 265.66º 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 #A86AFB is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 106 | 251 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.02 |
| HSL | 265.66º | 0.95% | 0.7% | - |
| HSV(B) | 265.66º | 0.58% | 0.98% | - |
| XYZ | 38.72 | 25.6 | 94.17 | - |
| YUV | 141.07 | 190.04 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 251 | 0.33 | 0.58 | 0 | 0.02 | 265.66 | 0.95 | 0.7 |
| Hex | A8 | 6A | FB | 21 | 3A | 0 | 2 | 10A | 5F | 46 |
| Octal | 250 | 152 | 373 | 41 | 72 | 0 | 2 | 412 | 137 | 106 |
| Binary | 10101000 | 1101010 | 11111011 | 100001 | 111010 | 0 | 10 | 100001010 | 1011111 | 1000110 |
Color Harmonies of #A86AFB
Complementary color
Monochromatic Colors of #A86AFB
Black with #A86AFB
Text Example
Text Example
White with #A86AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86AFB; }
p { color: rgb(168,106,251); }
H1.HeaderClassName
{
color: #A86AFB;
}
.AnyTagClassName
{
color: #A86AFB;
}
</style>
background-color css
<style>
a { background-color: #A86AFB; }
a { background-color: rgb(168,106,251); }
div.DivClassName
{
background-color: #A86AFB;
}
.BgClassName
{
background-color: #A86AFB;
}
</style>
border-color css
<style>
span { border-color: #A86AFB; }
span { border-color: rgb(168,106,251); }
td.TdClassName
{
border-color: #A86AFB;
}
.TagClassName
{
border-color: #A86AFB;
}
</style>