Shades of Medium Purple #A759FF
Tints of Medium Purple #A759FF
RGB
CMYK
RGB Variations
Color information
#A759FF (or 0xA759FF) is known color: Medium Purple. HEX triplet: A7, 59 and FF. RGB value is (167,89,255). Sum of RGB (Red+Green+Blue) = 167+89+255=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #A759FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A759FF is #58A600. Grayscale: #828282. Windows color (decimal): -5809665 or 16734631. OLE color: 16734631.
HSL color Cylindrical-coordinate representation of color #A759FF: hue angle of 268.19º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A759FF is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 89 | 255 | - |
| CMYK | 0.35 | 0.65 | 0 | 0 |
| HSL | 268.19º | 1% | 0.67% | - |
| HSV(B) | 268.19º | 0.65% | 1% | - |
| XYZ | 37.56 | 22.58 | 96.99 | - |
| YUV | 131.25 | 197.84 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 255 | 0.35 | 0.65 | 0 | 0 | 268.19 | 1 | 0.67 |
| Hex | A7 | 59 | FF | 23 | 41 | 0 | 0 | 10C | 64 | 43 |
| Octal | 247 | 131 | 377 | 43 | 101 | 0 | 0 | 414 | 144 | 103 |
| Binary | 10100111 | 1011001 | 11111111 | 100011 | 1000001 | 0 | 0 | 100001100 | 1100100 | 1000011 |
Color Harmonies of #A759FF
Complementary color
Monochromatic Colors of #A759FF
Black with #A759FF
Text Example
Text Example
White with #A759FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A759FF; }
p { color: rgb(167,89,255); }
H1.HeaderClassName
{
color: #A759FF;
}
.AnyTagClassName
{
color: #A759FF;
}
</style>
background-color css
<style>
a { background-color: #A759FF; }
a { background-color: rgb(167,89,255); }
div.DivClassName
{
background-color: #A759FF;
}
.BgClassName
{
background-color: #A759FF;
}
</style>
border-color css
<style>
span { border-color: #A759FF; }
span { border-color: rgb(167,89,255); }
td.TdClassName
{
border-color: #A759FF;
}
.TagClassName
{
border-color: #A759FF;
}
</style>