Shades of Medium Orchid #AB4DFB
Tints of Medium Orchid #AB4DFB
RGB
CMYK
RGB Variations
Color information
#AB4DFB (or 0xAB4DFB) is known color: Medium Orchid. HEX triplet: AB, 4D and FB. RGB value is (171,77,251). Sum of RGB (Red+Green+Blue) = 171+77+251=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB4DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4DFB is #54B204. Grayscale: #7C7C7C. Windows color (decimal): -5550597 or 16469419. OLE color: 16469419.
HSL color Cylindrical-coordinate representation of color #AB4DFB: hue angle of 272.41º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4DFB is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 77 | 251 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.02 |
| HSL | 272.41º | 0.96% | 0.64% | - |
| HSV(B) | 272.41º | 0.69% | 0.98% | - |
| XYZ | 36.86 | 20.93 | 93.36 | - |
| YUV | 124.94 | 199.14 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 251 | 0.32 | 0.69 | 0 | 0.02 | 272.41 | 0.96 | 0.64 |
| Hex | AB | 4D | FB | 20 | 45 | 0 | 2 | 110 | 60 | 40 |
| Octal | 253 | 115 | 373 | 40 | 105 | 0 | 2 | 420 | 140 | 100 |
| Binary | 10101011 | 1001101 | 11111011 | 100000 | 1000101 | 0 | 10 | 100010000 | 1100000 | 1000000 |
Color Harmonies of #AB4DFB
Complementary color
Monochromatic Colors of #AB4DFB
Black with #AB4DFB
Text Example
Text Example
White with #AB4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DFB; }
p { color: rgb(171,77,251); }
H1.HeaderClassName
{
color: #AB4DFB;
}
.AnyTagClassName
{
color: #AB4DFB;
}
</style>
background-color css
<style>
a { background-color: #AB4DFB; }
a { background-color: rgb(171,77,251); }
div.DivClassName
{
background-color: #AB4DFB;
}
.BgClassName
{
background-color: #AB4DFB;
}
</style>
border-color css
<style>
span { border-color: #AB4DFB; }
span { border-color: rgb(171,77,251); }
td.TdClassName
{
border-color: #AB4DFB;
}
.TagClassName
{
border-color: #AB4DFB;
}
</style>