Shades of Medium Orchid #AB4EFF
Tints of Medium Orchid #AB4EFF
RGB
CMYK
RGB Variations
Color information
#AB4EFF (or 0xAB4EFF) is known color: Medium Orchid. HEX triplet: AB, 4E and FF. RGB value is (171,78,255). Sum of RGB (Red+Green+Blue) = 171+78+255=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB4EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4EFF is #54B100. Grayscale: #7D7D7D. Windows color (decimal): -5550337 or 16731819. OLE color: 16731819.
HSL color Cylindrical-coordinate representation of color #AB4EFF: hue angle of 271.53º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4EFF is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 78 | 255 | - |
| CMYK | 0.33 | 0.69 | 0 | 0 |
| HSL | 271.53º | 1% | 0.65% | - |
| HSV(B) | 271.53º | 0.69% | 1% | - |
| XYZ | 37.57 | 21.33 | 96.74 | - |
| YUV | 125.99 | 200.81 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 255 | 0.33 | 0.69 | 0 | 0 | 271.53 | 1 | 0.65 |
| Hex | AB | 4E | FF | 21 | 45 | 0 | 0 | 110 | 64 | 41 |
| Octal | 253 | 116 | 377 | 41 | 105 | 0 | 0 | 420 | 144 | 101 |
| Binary | 10101011 | 1001110 | 11111111 | 100001 | 1000101 | 0 | 0 | 100010000 | 1100100 | 1000001 |
Color Harmonies of #AB4EFF
Complementary color
Monochromatic Colors of #AB4EFF
Black with #AB4EFF
Text Example
Text Example
White with #AB4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4EFF; }
p { color: rgb(171,78,255); }
H1.HeaderClassName
{
color: #AB4EFF;
}
.AnyTagClassName
{
color: #AB4EFF;
}
</style>
background-color css
<style>
a { background-color: #AB4EFF; }
a { background-color: rgb(171,78,255); }
div.DivClassName
{
background-color: #AB4EFF;
}
.BgClassName
{
background-color: #AB4EFF;
}
</style>
border-color css
<style>
span { border-color: #AB4EFF; }
span { border-color: rgb(171,78,255); }
td.TdClassName
{
border-color: #AB4EFF;
}
.TagClassName
{
border-color: #AB4EFF;
}
</style>