Shades of Medium Orchid #AB4FE7
Tints of Medium Orchid #AB4FE7
RGB
CMYK
RGB Variations
Color information
#AB4FE7 (or 0xAB4FE7) is known color: Medium Orchid. HEX triplet: AB, 4F and E7. RGB value is (171,79,231). Sum of RGB (Red+Green+Blue) = 171+79+231=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB4FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4FE7 is #54B018. Grayscale: #7B7B7B. Windows color (decimal): -5550105 or 15159211. OLE color: 15159211.
HSL color Cylindrical-coordinate representation of color #AB4FE7: hue angle of 276.32º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4FE7 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 79 | 231 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.09 |
| HSL | 276.32º | 0.76% | 0.61% | - |
| HSV(B) | 276.32º | 0.66% | 0.91% | - |
| XYZ | 34.01 | 20.02 | 77.67 | - |
| YUV | 123.84 | 188.48 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 231 | 0.26 | 0.66 | 0 | 0.09 | 276.32 | 0.76 | 0.61 |
| Hex | AB | 4F | E7 | 1A | 42 | 0 | 9 | 114 | 4C | 3D |
| Octal | 253 | 117 | 347 | 32 | 102 | 0 | 11 | 424 | 114 | 75 |
| Binary | 10101011 | 1001111 | 11100111 | 11010 | 1000010 | 0 | 1001 | 100010100 | 1001100 | 111101 |
Color Harmonies of #AB4FE7
Complementary color
Monochromatic Colors of #AB4FE7
Black with #AB4FE7
Text Example
Text Example
White with #AB4FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4FE7; }
p { color: rgb(171,79,231); }
H1.HeaderClassName
{
color: #AB4FE7;
}
.AnyTagClassName
{
color: #AB4FE7;
}
</style>
background-color css
<style>
a { background-color: #AB4FE7; }
a { background-color: rgb(171,79,231); }
div.DivClassName
{
background-color: #AB4FE7;
}
.BgClassName
{
background-color: #AB4FE7;
}
</style>
border-color css
<style>
span { border-color: #AB4FE7; }
span { border-color: rgb(171,79,231); }
td.TdClassName
{
border-color: #AB4FE7;
}
.TagClassName
{
border-color: #AB4FE7;
}
</style>