Shades of Medium Orchid #A851FA
Tints of Medium Orchid #A851FA
RGB
CMYK
RGB Variations
Color information
#A851FA (or 0xA851FA) is known color: Medium Orchid. HEX triplet: A8, 51 and FA. RGB value is (168,81,250). Sum of RGB (Red+Green+Blue) = 168+81+250=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #A851FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A851FA is #57AE05. Grayscale: #7D7D7D. Windows color (decimal): -5746182 or 16404904. OLE color: 16404904.
HSL color Cylindrical-coordinate representation of color #A851FA: hue angle of 270.89º 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 #A851FA is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 81 | 250 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.02 |
| HSL | 270.89º | 0.94% | 0.65% | - |
| HSV(B) | 270.89º | 0.68% | 0.98% | - |
| XYZ | 36.35 | 21.11 | 92.6 | - |
| YUV | 126.28 | 197.82 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 250 | 0.33 | 0.68 | 0 | 0.02 | 270.89 | 0.94 | 0.65 |
| Hex | A8 | 51 | FA | 21 | 44 | 0 | 2 | 10F | 5E | 41 |
| Octal | 250 | 121 | 372 | 41 | 104 | 0 | 2 | 417 | 136 | 101 |
| Binary | 10101000 | 1010001 | 11111010 | 100001 | 1000100 | 0 | 10 | 100001111 | 1011110 | 1000001 |
Color Harmonies of #A851FA
Complementary color
Monochromatic Colors of #A851FA
Black with #A851FA
Text Example
Text Example
White with #A851FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A851FA; }
p { color: rgb(168,81,250); }
H1.HeaderClassName
{
color: #A851FA;
}
.AnyTagClassName
{
color: #A851FA;
}
</style>
background-color css
<style>
a { background-color: #A851FA; }
a { background-color: rgb(168,81,250); }
div.DivClassName
{
background-color: #A851FA;
}
.BgClassName
{
background-color: #A851FA;
}
</style>
border-color css
<style>
span { border-color: #A851FA; }
span { border-color: rgb(168,81,250); }
td.TdClassName
{
border-color: #A851FA;
}
.TagClassName
{
border-color: #A851FA;
}
</style>