Shades of Medium Orchid #AB4EEF
Tints of Medium Orchid #AB4EEF
RGB
CMYK
RGB Variations
Color information
#AB4EEF (or 0xAB4EEF) is known color: Medium Orchid. HEX triplet: AB, 4E and EF. RGB value is (171,78,239). Sum of RGB (Red+Green+Blue) = 171+78+239=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB4EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4EEF is #54B110. Grayscale: #7B7B7B. Windows color (decimal): -5550353 or 15683243. OLE color: 15683243.
HSL color Cylindrical-coordinate representation of color #AB4EEF: hue angle of 274.66º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB4EEF is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 78 | 239 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.06 |
| HSL | 274.66º | 0.83% | 0.62% | - |
| HSV(B) | 274.66º | 0.67% | 0.94% | - |
| XYZ | 35.1 | 20.34 | 83.74 | - |
| YUV | 124.16 | 192.81 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 239 | 0.28 | 0.67 | 0 | 0.06 | 274.66 | 0.83 | 0.62 |
| Hex | AB | 4E | EF | 1C | 43 | 0 | 6 | 113 | 53 | 3E |
| Octal | 253 | 116 | 357 | 34 | 103 | 0 | 6 | 423 | 123 | 76 |
| Binary | 10101011 | 1001110 | 11101111 | 11100 | 1000011 | 0 | 110 | 100010011 | 1010011 | 111110 |
Color Harmonies of #AB4EEF
Complementary color
Monochromatic Colors of #AB4EEF
Black with #AB4EEF
Text Example
Text Example
White with #AB4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4EEF; }
p { color: rgb(171,78,239); }
H1.HeaderClassName
{
color: #AB4EEF;
}
.AnyTagClassName
{
color: #AB4EEF;
}
</style>
background-color css
<style>
a { background-color: #AB4EEF; }
a { background-color: rgb(171,78,239); }
div.DivClassName
{
background-color: #AB4EEF;
}
.BgClassName
{
background-color: #AB4EEF;
}
</style>
border-color css
<style>
span { border-color: #AB4EEF; }
span { border-color: rgb(171,78,239); }
td.TdClassName
{
border-color: #AB4EEF;
}
.TagClassName
{
border-color: #AB4EEF;
}
</style>