Shades of Medium Orchid #AB4FE3
Tints of Medium Orchid #AB4FE3
RGB
CMYK
RGB Variations
Color information
#AB4FE3 (or 0xAB4FE3) is known color: Medium Orchid. HEX triplet: AB, 4F and E3. RGB value is (171,79,227). Sum of RGB (Red+Green+Blue) = 171+79+227=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 227 (89.06% from 255 or 47.59% from 477); Max value from RGB is 227 - color contains mainly: blue. Hex color #AB4FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4FE3 is #54B01C. Grayscale: #7A7A7A. Windows color (decimal): -5550109 or 14897067. OLE color: 14897067.
HSL color Cylindrical-coordinate representation of color #AB4FE3: hue angle of 277.3º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB4FE3 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 79 | 227 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.11 |
| HSL | 277.3º | 0.73% | 0.6% | - |
| HSV(B) | 277.3º | 0.65% | 0.89% | - |
| XYZ | 33.46 | 19.8 | 74.73 | - |
| YUV | 123.38 | 186.48 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 227 | 0.25 | 0.65 | 0 | 0.11 | 277.3 | 0.73 | 0.6 |
| Hex | AB | 4F | E3 | 19 | 41 | 0 | B | 115 | 49 | 3C |
| Octal | 253 | 117 | 343 | 31 | 101 | 0 | 13 | 425 | 111 | 74 |
| Binary | 10101011 | 1001111 | 11100011 | 11001 | 1000001 | 0 | 1011 | 100010101 | 1001001 | 111100 |
Color Harmonies of #AB4FE3
Complementary color
Monochromatic Colors of #AB4FE3
Black with #AB4FE3
Text Example
Text Example
White with #AB4FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4FE3; }
p { color: rgb(171,79,227); }
H1.HeaderClassName
{
color: #AB4FE3;
}
.AnyTagClassName
{
color: #AB4FE3;
}
</style>
background-color css
<style>
a { background-color: #AB4FE3; }
a { background-color: rgb(171,79,227); }
div.DivClassName
{
background-color: #AB4FE3;
}
.BgClassName
{
background-color: #AB4FE3;
}
</style>
border-color css
<style>
span { border-color: #AB4FE3; }
span { border-color: rgb(171,79,227); }
td.TdClassName
{
border-color: #AB4FE3;
}
.TagClassName
{
border-color: #AB4FE3;
}
</style>