Shades of Medium Orchid #AB4DFC
Tints of Medium Orchid #AB4DFC
RGB
CMYK
RGB Variations
Color information
#AB4DFC (or 0xAB4DFC) is known color: Medium Orchid. HEX triplet: AB, 4D and FC. RGB value is (171,77,252). Sum of RGB (Red+Green+Blue) = 171+77+252=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB4DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4DFC is #54B203. Grayscale: #7C7C7C. Windows color (decimal): -5550596 or 16534955. OLE color: 16534955.
HSL color Cylindrical-coordinate representation of color #AB4DFC: hue angle of 272.23º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4DFC is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 77 | 252 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.01 |
| HSL | 272.23º | 0.97% | 0.65% | - |
| HSV(B) | 272.23º | 0.69% | 0.99% | - |
| XYZ | 37.02 | 20.99 | 94.2 | - |
| YUV | 125.06 | 199.64 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 252 | 0.32 | 0.69 | 0 | 0.01 | 272.23 | 0.97 | 0.65 |
| Hex | AB | 4D | FC | 20 | 45 | 0 | 1 | 110 | 61 | 41 |
| Octal | 253 | 115 | 374 | 40 | 105 | 0 | 1 | 420 | 141 | 101 |
| Binary | 10101011 | 1001101 | 11111100 | 100000 | 1000101 | 0 | 1 | 100010000 | 1100001 | 1000001 |
Color Harmonies of #AB4DFC
Complementary color
Monochromatic Colors of #AB4DFC
Black with #AB4DFC
Text Example
Text Example
White with #AB4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DFC; }
p { color: rgb(171,77,252); }
H1.HeaderClassName
{
color: #AB4DFC;
}
.AnyTagClassName
{
color: #AB4DFC;
}
</style>
background-color css
<style>
a { background-color: #AB4DFC; }
a { background-color: rgb(171,77,252); }
div.DivClassName
{
background-color: #AB4DFC;
}
.BgClassName
{
background-color: #AB4DFC;
}
</style>
border-color css
<style>
span { border-color: #AB4DFC; }
span { border-color: rgb(171,77,252); }
td.TdClassName
{
border-color: #AB4DFC;
}
.TagClassName
{
border-color: #AB4DFC;
}
</style>