Shades of Medium Orchid #AB4FFB
Tints of Medium Orchid #AB4FFB
RGB
CMYK
RGB Variations
Color information
#AB4FFB (or 0xAB4FFB) is known color: Medium Orchid. HEX triplet: AB, 4F and FB. RGB value is (171,79,251). Sum of RGB (Red+Green+Blue) = 171+79+251=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB4FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4FFB is #54B004. Grayscale: #7D7D7D. Windows color (decimal): -5550085 or 16469931. OLE color: 16469931.
HSL color Cylindrical-coordinate representation of color #AB4FFB: hue angle of 272.09º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4FFB is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 79 | 251 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.02 |
| HSL | 272.09º | 0.96% | 0.65% | - |
| HSV(B) | 272.09º | 0.69% | 0.98% | - |
| XYZ | 37 | 21.21 | 93.41 | - |
| YUV | 126.12 | 198.48 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 251 | 0.32 | 0.69 | 0 | 0.02 | 272.09 | 0.96 | 0.65 |
| Hex | AB | 4F | FB | 20 | 45 | 0 | 2 | 110 | 60 | 41 |
| Octal | 253 | 117 | 373 | 40 | 105 | 0 | 2 | 420 | 140 | 101 |
| Binary | 10101011 | 1001111 | 11111011 | 100000 | 1000101 | 0 | 10 | 100010000 | 1100000 | 1000001 |
Color Harmonies of #AB4FFB
Complementary color
Monochromatic Colors of #AB4FFB
Black with #AB4FFB
Text Example
Text Example
White with #AB4FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4FFB; }
p { color: rgb(171,79,251); }
H1.HeaderClassName
{
color: #AB4FFB;
}
.AnyTagClassName
{
color: #AB4FFB;
}
</style>
background-color css
<style>
a { background-color: #AB4FFB; }
a { background-color: rgb(171,79,251); }
div.DivClassName
{
background-color: #AB4FFB;
}
.BgClassName
{
background-color: #AB4FFB;
}
</style>
border-color css
<style>
span { border-color: #AB4FFB; }
span { border-color: rgb(171,79,251); }
td.TdClassName
{
border-color: #AB4FFB;
}
.TagClassName
{
border-color: #AB4FFB;
}
</style>