Shades of Medium Orchid #AB51FA
Tints of Medium Orchid #AB51FA
RGB
CMYK
RGB Variations
Color information
#AB51FA (or 0xAB51FA) is known color: Medium Orchid. HEX triplet: AB, 51 and FA. RGB value is (171,81,250). Sum of RGB (Red+Green+Blue) = 171+81+250=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB51FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB51FA is #54AE05. Grayscale: #7E7E7E. Windows color (decimal): -5549574 or 16404907. OLE color: 16404907.
HSL color Cylindrical-coordinate representation of color #AB51FA: hue angle of 271.95º 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 #AB51FA is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 81 | 250 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.02 |
| HSL | 271.95º | 0.94% | 0.65% | - |
| HSV(B) | 271.95º | 0.68% | 0.98% | - |
| XYZ | 36.99 | 21.44 | 92.63 | - |
| YUV | 127.18 | 197.32 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 250 | 0.32 | 0.68 | 0 | 0.02 | 271.95 | 0.94 | 0.65 |
| Hex | AB | 51 | FA | 20 | 44 | 0 | 2 | 110 | 5E | 41 |
| Octal | 253 | 121 | 372 | 40 | 104 | 0 | 2 | 420 | 136 | 101 |
| Binary | 10101011 | 1010001 | 11111010 | 100000 | 1000100 | 0 | 10 | 100010000 | 1011110 | 1000001 |
Color Harmonies of #AB51FA
Complementary color
Monochromatic Colors of #AB51FA
Black with #AB51FA
Text Example
Text Example
White with #AB51FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB51FA; }
p { color: rgb(171,81,250); }
H1.HeaderClassName
{
color: #AB51FA;
}
.AnyTagClassName
{
color: #AB51FA;
}
</style>
background-color css
<style>
a { background-color: #AB51FA; }
a { background-color: rgb(171,81,250); }
div.DivClassName
{
background-color: #AB51FA;
}
.BgClassName
{
background-color: #AB51FA;
}
</style>
border-color css
<style>
span { border-color: #AB51FA; }
span { border-color: rgb(171,81,250); }
td.TdClassName
{
border-color: #AB51FA;
}
.TagClassName
{
border-color: #AB51FA;
}
</style>