Shades of Medium Purple #A754FA
Tints of Medium Purple #A754FA
RGB
CMYK
RGB Variations
Color information
#A754FA (or 0xA754FA) is known color: Medium Purple. HEX triplet: A7, 54 and FA. RGB value is (167,84,250). Sum of RGB (Red+Green+Blue) = 167+84+250=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #A754FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A754FA is #58AB05. Grayscale: #7F7F7F. Windows color (decimal): -5810950 or 16405671. OLE color: 16405671.
HSL color Cylindrical-coordinate representation of color #A754FA: hue angle of 270º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A754FA is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 84 | 250 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.02 |
| HSL | 270º | 0.94% | 0.65% | - |
| HSV(B) | 270º | 0.66% | 0.98% | - |
| XYZ | 36.36 | 21.46 | 92.67 | - |
| YUV | 127.74 | 197 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 84 | 250 | 0.33 | 0.66 | 0 | 0.02 | 270 | 0.94 | 0.65 |
| Hex | A7 | 54 | FA | 21 | 42 | 0 | 2 | 10E | 5E | 41 |
| Octal | 247 | 124 | 372 | 41 | 102 | 0 | 2 | 416 | 136 | 101 |
| Binary | 10100111 | 1010100 | 11111010 | 100001 | 1000010 | 0 | 10 | 100001110 | 1011110 | 1000001 |
Color Harmonies of #A754FA
Complementary color
Monochromatic Colors of #A754FA
Black with #A754FA
Text Example
Text Example
White with #A754FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A754FA; }
p { color: rgb(167,84,250); }
H1.HeaderClassName
{
color: #A754FA;
}
.AnyTagClassName
{
color: #A754FA;
}
</style>
background-color css
<style>
a { background-color: #A754FA; }
a { background-color: rgb(167,84,250); }
div.DivClassName
{
background-color: #A754FA;
}
.BgClassName
{
background-color: #A754FA;
}
</style>
border-color css
<style>
span { border-color: #A754FA; }
span { border-color: rgb(167,84,250); }
td.TdClassName
{
border-color: #A754FA;
}
.TagClassName
{
border-color: #A754FA;
}
</style>