Shades of Medium Purple #A87AF3
Tints of Medium Purple #A87AF3
RGB
CMYK
RGB Variations
Color information
#A87AF3 (or 0xA87AF3) is known color: Medium Purple. HEX triplet: A8, 7A and F3. RGB value is (168,122,243). Sum of RGB (Red+Green+Blue) = 168+122+243=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #A87AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87AF3 is #57850C. Grayscale: #959595. Windows color (decimal): -5735693 or 15956648. OLE color: 15956648.
HSL color Cylindrical-coordinate representation of color #A87AF3: hue angle of 262.81º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A87AF3 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 122 | 243 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.05 |
| HSL | 262.81º | 0.83% | 0.72% | - |
| HSV(B) | 262.81º | 0.5% | 0.95% | - |
| XYZ | 39.29 | 28.71 | 88.27 | - |
| YUV | 149.55 | 180.74 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 243 | 0.31 | 0.50 | 0 | 0.05 | 262.81 | 0.83 | 0.72 |
| Hex | A8 | 7A | F3 | 1F | 32 | 0 | 5 | 107 | 53 | 48 |
| Octal | 250 | 172 | 363 | 37 | 62 | 0 | 5 | 407 | 123 | 110 |
| Binary | 10101000 | 1111010 | 11110011 | 11111 | 110010 | 0 | 101 | 100000111 | 1010011 | 1001000 |
Color Harmonies of #A87AF3
Complementary color
Monochromatic Colors of #A87AF3
Black with #A87AF3
Text Example
Text Example
White with #A87AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AF3; }
p { color: rgb(168,122,243); }
H1.HeaderClassName
{
color: #A87AF3;
}
.AnyTagClassName
{
color: #A87AF3;
}
</style>
background-color css
<style>
a { background-color: #A87AF3; }
a { background-color: rgb(168,122,243); }
div.DivClassName
{
background-color: #A87AF3;
}
.BgClassName
{
background-color: #A87AF3;
}
</style>
border-color css
<style>
span { border-color: #A87AF3; }
span { border-color: rgb(168,122,243); }
td.TdClassName
{
border-color: #A87AF3;
}
.TagClassName
{
border-color: #A87AF3;
}
</style>