Shades of Medium Orchid #AB49EB
Tints of Medium Orchid #AB49EB
RGB
CMYK
RGB Variations
Color information
#AB49EB (or 0xAB49EB) is known color: Medium Orchid. HEX triplet: AB, 49 and EB. RGB value is (171,73,235). Sum of RGB (Red+Green+Blue) = 171+73+235=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB49EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB49EB is #54B614. Grayscale: #787878. Windows color (decimal): -5551637 or 15419819. OLE color: 15419819.
HSL color Cylindrical-coordinate representation of color #AB49EB: hue angle of 276.3º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB49EB is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 73 | 235 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.08 |
| HSL | 276.3º | 0.8% | 0.6% | - |
| HSV(B) | 276.3º | 0.69% | 0.92% | - |
| XYZ | 34.17 | 19.42 | 80.54 | - |
| YUV | 120.77 | 192.47 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 235 | 0.27 | 0.69 | 0 | 0.08 | 276.3 | 0.8 | 0.6 |
| Hex | AB | 49 | EB | 1B | 45 | 0 | 8 | 114 | 50 | 3C |
| Octal | 253 | 111 | 353 | 33 | 105 | 0 | 10 | 424 | 120 | 74 |
| Binary | 10101011 | 1001001 | 11101011 | 11011 | 1000101 | 0 | 1000 | 100010100 | 1010000 | 111100 |
Color Harmonies of #AB49EB
Complementary color
Monochromatic Colors of #AB49EB
Black with #AB49EB
Text Example
Text Example
White with #AB49EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB49EB; }
p { color: rgb(171,73,235); }
H1.HeaderClassName
{
color: #AB49EB;
}
.AnyTagClassName
{
color: #AB49EB;
}
</style>
background-color css
<style>
a { background-color: #AB49EB; }
a { background-color: rgb(171,73,235); }
div.DivClassName
{
background-color: #AB49EB;
}
.BgClassName
{
background-color: #AB49EB;
}
</style>
border-color css
<style>
span { border-color: #AB49EB; }
span { border-color: rgb(171,73,235); }
td.TdClassName
{
border-color: #AB49EB;
}
.TagClassName
{
border-color: #AB49EB;
}
</style>