Shades of Medium Orchid #AB49EF
Tints of Medium Orchid #AB49EF
RGB
CMYK
RGB Variations
Color information
#AB49EF (or 0xAB49EF) is known color: Medium Orchid. HEX triplet: AB, 49 and EF. RGB value is (171,73,239). Sum of RGB (Red+Green+Blue) = 171+73+239=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB49EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB49EF is #54B610. Grayscale: #787878. Windows color (decimal): -5551633 or 15681963. OLE color: 15681963.
HSL color Cylindrical-coordinate representation of color #AB49EF: hue angle of 275.42º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB49EF is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 73 | 239 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.06 |
| HSL | 275.42º | 0.84% | 0.61% | - |
| HSV(B) | 275.42º | 0.69% | 0.94% | - |
| XYZ | 34.76 | 19.66 | 83.62 | - |
| YUV | 121.23 | 194.47 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 239 | 0.28 | 0.69 | 0 | 0.06 | 275.42 | 0.84 | 0.61 |
| Hex | AB | 49 | EF | 1C | 45 | 0 | 6 | 113 | 54 | 3D |
| Octal | 253 | 111 | 357 | 34 | 105 | 0 | 6 | 423 | 124 | 75 |
| Binary | 10101011 | 1001001 | 11101111 | 11100 | 1000101 | 0 | 110 | 100010011 | 1010100 | 111101 |
Color Harmonies of #AB49EF
Complementary color
Monochromatic Colors of #AB49EF
Black with #AB49EF
Text Example
Text Example
White with #AB49EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB49EF; }
p { color: rgb(171,73,239); }
H1.HeaderClassName
{
color: #AB49EF;
}
.AnyTagClassName
{
color: #AB49EF;
}
</style>
background-color css
<style>
a { background-color: #AB49EF; }
a { background-color: rgb(171,73,239); }
div.DivClassName
{
background-color: #AB49EF;
}
.BgClassName
{
background-color: #AB49EF;
}
</style>
border-color css
<style>
span { border-color: #AB49EF; }
span { border-color: rgb(171,73,239); }
td.TdClassName
{
border-color: #AB49EF;
}
.TagClassName
{
border-color: #AB49EF;
}
</style>