Shades of Medium Purple #A87AFD
Tints of Medium Purple #A87AFD
RGB
CMYK
RGB Variations
Color information
#A87AFD (or 0xA87AFD) is known color: Medium Purple. HEX triplet: A8, 7A and FD. RGB value is (168,122,253). Sum of RGB (Red+Green+Blue) = 168+122+253=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #A87AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87AFD is #578502. Grayscale: #969696. Windows color (decimal): -5735683 or 16612008. OLE color: 16612008.
HSL color Cylindrical-coordinate representation of color #A87AFD: hue angle of 261.07º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A87AFD is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 122 | 253 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.01 |
| HSL | 261.07º | 0.97% | 0.74% | - |
| HSV(B) | 261.07º | 0.52% | 0.99% | - |
| XYZ | 40.84 | 29.34 | 96.44 | - |
| YUV | 150.69 | 185.74 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 253 | 0.34 | 0.52 | 0 | 0.01 | 261.07 | 0.97 | 0.74 |
| Hex | A8 | 7A | FD | 22 | 34 | 0 | 1 | 105 | 61 | 4A |
| Octal | 250 | 172 | 375 | 42 | 64 | 0 | 1 | 405 | 141 | 112 |
| Binary | 10101000 | 1111010 | 11111101 | 100010 | 110100 | 0 | 1 | 100000101 | 1100001 | 1001010 |
Color Harmonies of #A87AFD
Complementary color
Monochromatic Colors of #A87AFD
Black with #A87AFD
Text Example
Text Example
White with #A87AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AFD; }
p { color: rgb(168,122,253); }
H1.HeaderClassName
{
color: #A87AFD;
}
.AnyTagClassName
{
color: #A87AFD;
}
</style>
background-color css
<style>
a { background-color: #A87AFD; }
a { background-color: rgb(168,122,253); }
div.DivClassName
{
background-color: #A87AFD;
}
.BgClassName
{
background-color: #A87AFD;
}
</style>
border-color css
<style>
span { border-color: #A87AFD; }
span { border-color: rgb(168,122,253); }
td.TdClassName
{
border-color: #A87AFD;
}
.TagClassName
{
border-color: #A87AFD;
}
</style>