Shades of Medium Orchid #A751FA
Tints of Medium Orchid #A751FA
RGB
CMYK
RGB Variations
Color information
#A751FA (or 0xA751FA) is known color: Medium Orchid. HEX triplet: A7, 51 and FA. RGB value is (167,81,250). Sum of RGB (Red+Green+Blue) = 167+81+250=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #A751FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A751FA is #58AE05. Grayscale: #7D7D7D. Windows color (decimal): -5811718 or 16404903. OLE color: 16404903.
HSL color Cylindrical-coordinate representation of color #A751FA: hue angle of 270.53º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A751FA is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 81 | 250 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.02 |
| HSL | 270.53º | 0.94% | 0.65% | - |
| HSV(B) | 270.53º | 0.68% | 0.98% | - |
| XYZ | 36.13 | 21 | 92.59 | - |
| YUV | 125.98 | 197.99 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 250 | 0.33 | 0.68 | 0 | 0.02 | 270.53 | 0.94 | 0.65 |
| Hex | A7 | 51 | FA | 21 | 44 | 0 | 2 | 10F | 5E | 41 |
| Octal | 247 | 121 | 372 | 41 | 104 | 0 | 2 | 417 | 136 | 101 |
| Binary | 10100111 | 1010001 | 11111010 | 100001 | 1000100 | 0 | 10 | 100001111 | 1011110 | 1000001 |
Color Harmonies of #A751FA
Complementary color
Monochromatic Colors of #A751FA
Black with #A751FA
Text Example
Text Example
White with #A751FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A751FA; }
p { color: rgb(167,81,250); }
H1.HeaderClassName
{
color: #A751FA;
}
.AnyTagClassName
{
color: #A751FA;
}
</style>
background-color css
<style>
a { background-color: #A751FA; }
a { background-color: rgb(167,81,250); }
div.DivClassName
{
background-color: #A751FA;
}
.BgClassName
{
background-color: #A751FA;
}
</style>
border-color css
<style>
span { border-color: #A751FA; }
span { border-color: rgb(167,81,250); }
td.TdClassName
{
border-color: #A751FA;
}
.TagClassName
{
border-color: #A751FA;
}
</style>