Shades of Medium Orchid #AB4EF5
Tints of Medium Orchid #AB4EF5
RGB
CMYK
RGB Variations
Color information
#AB4EF5 (or 0xAB4EF5) is known color: Medium Orchid. HEX triplet: AB, 4E and F5. RGB value is (171,78,245). Sum of RGB (Red+Green+Blue) = 171+78+245=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 245 (96.09% from 255 or 49.60% from 494); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB4EF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4EF5 is #54B10A. Grayscale: #7C7C7C. Windows color (decimal): -5550347 or 16076459. OLE color: 16076459.
HSL color Cylindrical-coordinate representation of color #AB4EF5: hue angle of 273.41º degrees, saturation: 0.89, 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 #AB4EF5 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 78 | 245 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.04 |
| HSL | 273.41º | 0.89% | 0.63% | - |
| HSV(B) | 273.41º | 0.68% | 0.96% | - |
| XYZ | 36 | 20.7 | 88.48 | - |
| YUV | 124.85 | 195.81 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 245 | 0.30 | 0.68 | 0 | 0.04 | 273.41 | 0.89 | 0.63 |
| Hex | AB | 4E | F5 | 1E | 44 | 0 | 4 | 111 | 59 | 3F |
| Octal | 253 | 116 | 365 | 36 | 104 | 0 | 4 | 421 | 131 | 77 |
| Binary | 10101011 | 1001110 | 11110101 | 11110 | 1000100 | 0 | 100 | 100010001 | 1011001 | 111111 |
Color Harmonies of #AB4EF5
Complementary color
Monochromatic Colors of #AB4EF5
Black with #AB4EF5
Text Example
Text Example
White with #AB4EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4EF5; }
p { color: rgb(171,78,245); }
H1.HeaderClassName
{
color: #AB4EF5;
}
.AnyTagClassName
{
color: #AB4EF5;
}
</style>
background-color css
<style>
a { background-color: #AB4EF5; }
a { background-color: rgb(171,78,245); }
div.DivClassName
{
background-color: #AB4EF5;
}
.BgClassName
{
background-color: #AB4EF5;
}
</style>
border-color css
<style>
span { border-color: #AB4EF5; }
span { border-color: rgb(171,78,245); }
td.TdClassName
{
border-color: #AB4EF5;
}
.TagClassName
{
border-color: #AB4EF5;
}
</style>