Shades of Medium Purple #A87BF3
Tints of Medium Purple #A87BF3
RGB
CMYK
RGB Variations
Color information
#A87BF3 (or 0xA87BF3) is known color: Medium Purple. HEX triplet: A8, 7B and F3. RGB value is (168,123,243). Sum of RGB (Red+Green+Blue) = 168+123+243=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #A87BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87BF3 is #57840C. Grayscale: #959595. Windows color (decimal): -5735437 or 15956904. OLE color: 15956904.
HSL color Cylindrical-coordinate representation of color #A87BF3: hue angle of 262.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A87BF3 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 123 | 243 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.05 |
| HSL | 262.5º | 0.83% | 0.72% | - |
| HSV(B) | 262.5º | 0.49% | 0.95% | - |
| XYZ | 39.41 | 28.96 | 88.31 | - |
| YUV | 150.14 | 180.41 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 243 | 0.31 | 0.49 | 0 | 0.05 | 262.5 | 0.83 | 0.72 |
| Hex | A8 | 7B | F3 | 1F | 31 | 0 | 5 | 106 | 53 | 48 |
| Octal | 250 | 173 | 363 | 37 | 61 | 0 | 5 | 406 | 123 | 110 |
| Binary | 10101000 | 1111011 | 11110011 | 11111 | 110001 | 0 | 101 | 100000110 | 1010011 | 1001000 |
Color Harmonies of #A87BF3
Complementary color
Monochromatic Colors of #A87BF3
Black with #A87BF3
Text Example
Text Example
White with #A87BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BF3; }
p { color: rgb(168,123,243); }
H1.HeaderClassName
{
color: #A87BF3;
}
.AnyTagClassName
{
color: #A87BF3;
}
</style>
background-color css
<style>
a { background-color: #A87BF3; }
a { background-color: rgb(168,123,243); }
div.DivClassName
{
background-color: #A87BF3;
}
.BgClassName
{
background-color: #A87BF3;
}
</style>
border-color css
<style>
span { border-color: #A87BF3; }
span { border-color: rgb(168,123,243); }
td.TdClassName
{
border-color: #A87BF3;
}
.TagClassName
{
border-color: #A87BF3;
}
</style>