Shades of Medium Orchid #AB4EF4
Tints of Medium Orchid #AB4EF4
RGB
CMYK
RGB Variations
Color information
#AB4EF4 (or 0xAB4EF4) is known color: Medium Orchid. HEX triplet: AB, 4E and F4. RGB value is (171,78,244). Sum of RGB (Red+Green+Blue) = 171+78+244=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB4EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4EF4 is #54B10B. Grayscale: #7C7C7C. Windows color (decimal): -5550348 or 16010923. OLE color: 16010923.
HSL color Cylindrical-coordinate representation of color #AB4EF4: hue angle of 273.61º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB4EF4 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 78 | 244 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.04 |
| HSL | 273.61º | 0.88% | 0.63% | - |
| HSV(B) | 273.61º | 0.68% | 0.96% | - |
| XYZ | 35.85 | 20.64 | 87.68 | - |
| YUV | 124.73 | 195.31 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 244 | 0.30 | 0.68 | 0 | 0.04 | 273.61 | 0.88 | 0.63 |
| Hex | AB | 4E | F4 | 1E | 44 | 0 | 4 | 112 | 58 | 3F |
| Octal | 253 | 116 | 364 | 36 | 104 | 0 | 4 | 422 | 130 | 77 |
| Binary | 10101011 | 1001110 | 11110100 | 11110 | 1000100 | 0 | 100 | 100010010 | 1011000 | 111111 |
Color Harmonies of #AB4EF4
Complementary color
Monochromatic Colors of #AB4EF4
Black with #AB4EF4
Text Example
Text Example
White with #AB4EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4EF4; }
p { color: rgb(171,78,244); }
H1.HeaderClassName
{
color: #AB4EF4;
}
.AnyTagClassName
{
color: #AB4EF4;
}
</style>
background-color css
<style>
a { background-color: #AB4EF4; }
a { background-color: rgb(171,78,244); }
div.DivClassName
{
background-color: #AB4EF4;
}
.BgClassName
{
background-color: #AB4EF4;
}
</style>
border-color css
<style>
span { border-color: #AB4EF4; }
span { border-color: rgb(171,78,244); }
td.TdClassName
{
border-color: #AB4EF4;
}
.TagClassName
{
border-color: #AB4EF4;
}
</style>