Shades of Medium Purple #A87BE3
Tints of Medium Purple #A87BE3
RGB
CMYK
RGB Variations
Color information
#A87BE3 (or 0xA87BE3) is known color: Medium Purple. HEX triplet: A8, 7B and E3. RGB value is (168,123,227). Sum of RGB (Red+Green+Blue) = 168+123+227=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 227 (89.06% from 255 or 43.82% from 518); Max value from RGB is 227 - color contains mainly: blue. Hex color #A87BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BE3 is #57841C. Grayscale: #939393. Windows color (decimal): -5735453 or 14908328. OLE color: 14908328.
HSL color Cylindrical-coordinate representation of color #A87BE3: hue angle of 265.96º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A87BE3 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 123 | 227 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.11 |
| HSL | 265.96º | 0.65% | 0.69% | - |
| HSV(B) | 265.96º | 0.46% | 0.89% | - |
| XYZ | 37.1 | 28.04 | 76.13 | - |
| YUV | 148.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 227 | 0.26 | 0.46 | 0 | 0.11 | 265.96 | 0.65 | 0.69 |
| Hex | A8 | 7B | E3 | 1A | 2E | 0 | B | 10A | 41 | 45 |
| Octal | 250 | 173 | 343 | 32 | 56 | 0 | 13 | 412 | 101 | 105 |
| Binary | 10101000 | 1111011 | 11100011 | 11010 | 101110 | 0 | 1011 | 100001010 | 1000001 | 1000101 |
Color Harmonies of #A87BE3
Complementary color
Monochromatic Colors of #A87BE3
Black with #A87BE3
Text Example
Text Example
White with #A87BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BE3; }
p { color: rgb(168,123,227); }
H1.HeaderClassName
{
color: #A87BE3;
}
.AnyTagClassName
{
color: #A87BE3;
}
</style>
background-color css
<style>
a { background-color: #A87BE3; }
a { background-color: rgb(168,123,227); }
div.DivClassName
{
background-color: #A87BE3;
}
.BgClassName
{
background-color: #A87BE3;
}
</style>
border-color css
<style>
span { border-color: #A87BE3; }
span { border-color: rgb(168,123,227); }
td.TdClassName
{
border-color: #A87BE3;
}
.TagClassName
{
border-color: #A87BE3;
}
</style>