Shades of Medium Orchid #AB4BEF
Tints of Medium Orchid #AB4BEF
RGB
CMYK
RGB Variations
Color information
#AB4BEF (or 0xAB4BEF) is known color: Medium Orchid. HEX triplet: AB, 4B and EF. RGB value is (171,75,239). Sum of RGB (Red+Green+Blue) = 171+75+239=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB4BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4BEF is #54B410. Grayscale: #797979. Windows color (decimal): -5551121 or 15682475. OLE color: 15682475.
HSL color Cylindrical-coordinate representation of color #AB4BEF: hue angle of 275.12º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4BEF is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 75 | 239 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.06 |
| HSL | 275.12º | 0.84% | 0.62% | - |
| HSV(B) | 275.12º | 0.69% | 0.94% | - |
| XYZ | 34.89 | 19.92 | 83.67 | - |
| YUV | 122.4 | 193.8 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 239 | 0.28 | 0.69 | 0 | 0.06 | 275.12 | 0.84 | 0.62 |
| Hex | AB | 4B | EF | 1C | 45 | 0 | 6 | 113 | 54 | 3E |
| Octal | 253 | 113 | 357 | 34 | 105 | 0 | 6 | 423 | 124 | 76 |
| Binary | 10101011 | 1001011 | 11101111 | 11100 | 1000101 | 0 | 110 | 100010011 | 1010100 | 111110 |
Color Harmonies of #AB4BEF
Complementary color
Monochromatic Colors of #AB4BEF
Black with #AB4BEF
Text Example
Text Example
White with #AB4BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4BEF; }
p { color: rgb(171,75,239); }
H1.HeaderClassName
{
color: #AB4BEF;
}
.AnyTagClassName
{
color: #AB4BEF;
}
</style>
background-color css
<style>
a { background-color: #AB4BEF; }
a { background-color: rgb(171,75,239); }
div.DivClassName
{
background-color: #AB4BEF;
}
.BgClassName
{
background-color: #AB4BEF;
}
</style>
border-color css
<style>
span { border-color: #AB4BEF; }
span { border-color: rgb(171,75,239); }
td.TdClassName
{
border-color: #AB4BEF;
}
.TagClassName
{
border-color: #AB4BEF;
}
</style>