Shades of Medium Orchid #AB54FB
Tints of Medium Orchid #AB54FB
RGB
CMYK
RGB Variations
Color information
#AB54FB (or 0xAB54FB) is known color: Medium Orchid. HEX triplet: AB, 54 and FB. RGB value is (171,84,251). Sum of RGB (Red+Green+Blue) = 171+84+251=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB54FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB54FB is #54AB04. Grayscale: #808080. Windows color (decimal): -5548805 or 16471211. OLE color: 16471211.
HSL color Cylindrical-coordinate representation of color #AB54FB: hue angle of 271.26º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB54FB is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 84 | 251 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.02 |
| HSL | 271.26º | 0.95% | 0.66% | - |
| HSV(B) | 271.26º | 0.67% | 0.98% | - |
| XYZ | 37.38 | 21.96 | 93.54 | - |
| YUV | 129.05 | 196.82 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 251 | 0.32 | 0.67 | 0 | 0.02 | 271.26 | 0.95 | 0.66 |
| Hex | AB | 54 | FB | 20 | 43 | 0 | 2 | 10F | 5F | 42 |
| Octal | 253 | 124 | 373 | 40 | 103 | 0 | 2 | 417 | 137 | 102 |
| Binary | 10101011 | 1010100 | 11111011 | 100000 | 1000011 | 0 | 10 | 100001111 | 1011111 | 1000010 |
Color Harmonies of #AB54FB
Complementary color
Monochromatic Colors of #AB54FB
Black with #AB54FB
Text Example
Text Example
White with #AB54FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB54FB; }
p { color: rgb(171,84,251); }
H1.HeaderClassName
{
color: #AB54FB;
}
.AnyTagClassName
{
color: #AB54FB;
}
</style>
background-color css
<style>
a { background-color: #AB54FB; }
a { background-color: rgb(171,84,251); }
div.DivClassName
{
background-color: #AB54FB;
}
.BgClassName
{
background-color: #AB54FB;
}
</style>
border-color css
<style>
span { border-color: #AB54FB; }
span { border-color: rgb(171,84,251); }
td.TdClassName
{
border-color: #AB54FB;
}
.TagClassName
{
border-color: #AB54FB;
}
</style>