Shades of Medium Orchid #AB4BFB
Tints of Medium Orchid #AB4BFB
RGB
CMYK
RGB Variations
Color information
#AB4BFB (or 0xAB4BFB) is known color: Medium Orchid. HEX triplet: AB, 4B and FB. RGB value is (171,75,251). Sum of RGB (Red+Green+Blue) = 171+75+251=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB4BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4BFB is #54B404. Grayscale: #7B7B7B. Windows color (decimal): -5551109 or 16468907. OLE color: 16468907.
HSL color Cylindrical-coordinate representation of color #AB4BFB: hue angle of 272.73º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB4BFB is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 75 | 251 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.02 |
| HSL | 272.73º | 0.96% | 0.64% | - |
| HSV(B) | 272.73º | 0.7% | 0.98% | - |
| XYZ | 36.72 | 20.66 | 93.32 | - |
| YUV | 123.77 | 199.8 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 251 | 0.32 | 0.70 | 0 | 0.02 | 272.73 | 0.96 | 0.64 |
| Hex | AB | 4B | FB | 20 | 46 | 0 | 2 | 111 | 60 | 40 |
| Octal | 253 | 113 | 373 | 40 | 106 | 0 | 2 | 421 | 140 | 100 |
| Binary | 10101011 | 1001011 | 11111011 | 100000 | 1000110 | 0 | 10 | 100010001 | 1100000 | 1000000 |
Color Harmonies of #AB4BFB
Complementary color
Monochromatic Colors of #AB4BFB
Black with #AB4BFB
Text Example
Text Example
White with #AB4BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4BFB; }
p { color: rgb(171,75,251); }
H1.HeaderClassName
{
color: #AB4BFB;
}
.AnyTagClassName
{
color: #AB4BFB;
}
</style>
background-color css
<style>
a { background-color: #AB4BFB; }
a { background-color: rgb(171,75,251); }
div.DivClassName
{
background-color: #AB4BFB;
}
.BgClassName
{
background-color: #AB4BFB;
}
</style>
border-color css
<style>
span { border-color: #AB4BFB; }
span { border-color: rgb(171,75,251); }
td.TdClassName
{
border-color: #AB4BFB;
}
.TagClassName
{
border-color: #AB4BFB;
}
</style>