Shades of Medium Purple #A87BF2
Tints of Medium Purple #A87BF2
RGB
CMYK
RGB Variations
Color information
#A87BF2 (or 0xA87BF2) is known color: Medium Purple. HEX triplet: A8, 7B and F2. RGB value is (168,123,242). Sum of RGB (Red+Green+Blue) = 168+123+242=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #A87BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87BF2 is #57840D. Grayscale: #959595. Windows color (decimal): -5735438 or 15891368. OLE color: 15891368.
HSL color Cylindrical-coordinate representation of color #A87BF2: hue angle of 262.69º degrees, saturation: 0.82, 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 #A87BF2 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 123 | 242 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.05 |
| HSL | 262.69º | 0.82% | 0.72% | - |
| HSV(B) | 262.69º | 0.49% | 0.95% | - |
| XYZ | 39.26 | 28.9 | 87.51 | - |
| YUV | 150.02 | 179.91 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 242 | 0.31 | 0.49 | 0 | 0.05 | 262.69 | 0.82 | 0.72 |
| Hex | A8 | 7B | F2 | 1F | 31 | 0 | 5 | 107 | 52 | 48 |
| Octal | 250 | 173 | 362 | 37 | 61 | 0 | 5 | 407 | 122 | 110 |
| Binary | 10101000 | 1111011 | 11110010 | 11111 | 110001 | 0 | 101 | 100000111 | 1010010 | 1001000 |
Color Harmonies of #A87BF2
Complementary color
Monochromatic Colors of #A87BF2
Black with #A87BF2
Text Example
Text Example
White with #A87BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BF2; }
p { color: rgb(168,123,242); }
H1.HeaderClassName
{
color: #A87BF2;
}
.AnyTagClassName
{
color: #A87BF2;
}
</style>
background-color css
<style>
a { background-color: #A87BF2; }
a { background-color: rgb(168,123,242); }
div.DivClassName
{
background-color: #A87BF2;
}
.BgClassName
{
background-color: #A87BF2;
}
</style>
border-color css
<style>
span { border-color: #A87BF2; }
span { border-color: rgb(168,123,242); }
td.TdClassName
{
border-color: #A87BF2;
}
.TagClassName
{
border-color: #A87BF2;
}
</style>