Shades of Medium Orchid #AB49E6
Tints of Medium Orchid #AB49E6
RGB
CMYK
RGB Variations
Color information
#AB49E6 (or 0xAB49E6) is known color: Medium Orchid. HEX triplet: AB, 49 and E6. RGB value is (171,73,230). Sum of RGB (Red+Green+Blue) = 171+73+230=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB49E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB49E6 is #54B619. Grayscale: #777777. Windows color (decimal): -5551642 or 15092139. OLE color: 15092139.
HSL color Cylindrical-coordinate representation of color #AB49E6: hue angle of 277.45º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB49E6 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 73 | 230 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.10 |
| HSL | 277.45º | 0.76% | 0.59% | - |
| HSV(B) | 277.45º | 0.68% | 0.9% | - |
| XYZ | 33.46 | 19.14 | 76.79 | - |
| YUV | 120.2 | 189.97 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 230 | 0.26 | 0.68 | 0 | 0.10 | 277.45 | 0.76 | 0.59 |
| Hex | AB | 49 | E6 | 1A | 44 | 0 | A | 115 | 4C | 3B |
| Octal | 253 | 111 | 346 | 32 | 104 | 0 | 12 | 425 | 114 | 73 |
| Binary | 10101011 | 1001001 | 11100110 | 11010 | 1000100 | 0 | 1010 | 100010101 | 1001100 | 111011 |
Color Harmonies of #AB49E6
Complementary color
Monochromatic Colors of #AB49E6
Black with #AB49E6
Text Example
Text Example
White with #AB49E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB49E6; }
p { color: rgb(171,73,230); }
H1.HeaderClassName
{
color: #AB49E6;
}
.AnyTagClassName
{
color: #AB49E6;
}
</style>
background-color css
<style>
a { background-color: #AB49E6; }
a { background-color: rgb(171,73,230); }
div.DivClassName
{
background-color: #AB49E6;
}
.BgClassName
{
background-color: #AB49E6;
}
</style>
border-color css
<style>
span { border-color: #AB49E6; }
span { border-color: rgb(171,73,230); }
td.TdClassName
{
border-color: #AB49E6;
}
.TagClassName
{
border-color: #AB49E6;
}
</style>