Shades of Medium Purple #A859F7
Tints of Medium Purple #A859F7
RGB
CMYK
RGB Variations
Color information
#A859F7 (or 0xA859F7) is known color: Medium Purple. HEX triplet: A8, 59 and F7. RGB value is (168,89,247). Sum of RGB (Red+Green+Blue) = 168+89+247=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #A859F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A859F7 is #57A608. Grayscale: #828282. Windows color (decimal): -5744137 or 16210344. OLE color: 16210344.
HSL color Cylindrical-coordinate representation of color #A859F7: hue angle of 270º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A859F7 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 89 | 247 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.03 |
| HSL | 270º | 0.91% | 0.66% | - |
| HSV(B) | 270º | 0.64% | 0.97% | - |
| XYZ | 36.51 | 22.18 | 90.35 | - |
| YUV | 130.63 | 193.67 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 247 | 0.32 | 0.64 | 0 | 0.03 | 270 | 0.91 | 0.66 |
| Hex | A8 | 59 | F7 | 20 | 40 | 0 | 3 | 10E | 5B | 42 |
| Octal | 250 | 131 | 367 | 40 | 100 | 0 | 3 | 416 | 133 | 102 |
| Binary | 10101000 | 1011001 | 11110111 | 100000 | 1000000 | 0 | 11 | 100001110 | 1011011 | 1000010 |
Color Harmonies of #A859F7
Complementary color
Monochromatic Colors of #A859F7
Black with #A859F7
Text Example
Text Example
White with #A859F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859F7; }
p { color: rgb(168,89,247); }
H1.HeaderClassName
{
color: #A859F7;
}
.AnyTagClassName
{
color: #A859F7;
}
</style>
background-color css
<style>
a { background-color: #A859F7; }
a { background-color: rgb(168,89,247); }
div.DivClassName
{
background-color: #A859F7;
}
.BgClassName
{
background-color: #A859F7;
}
</style>
border-color css
<style>
span { border-color: #A859F7; }
span { border-color: rgb(168,89,247); }
td.TdClassName
{
border-color: #A859F7;
}
.TagClassName
{
border-color: #A859F7;
}
</style>