Shades of Medium Orchid #AB44D0
Tints of Medium Orchid #AB44D0
RGB
CMYK
RGB Variations
Color information
#AB44D0 (or 0xAB44D0) is known color: Medium Orchid. HEX triplet: AB, 44 and D0. RGB value is (171,68,208). Sum of RGB (Red+Green+Blue) = 171+68+208=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB44D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB44D0 is #54BB2F. Grayscale: #727272. Windows color (decimal): -5552944 or 13649067. OLE color: 13649067.
HSL color Cylindrical-coordinate representation of color #AB44D0: hue angle of 284.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB44D0 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 68 | 208 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.18 |
| HSL | 284.14º | 0.6% | 0.54% | - |
| HSV(B) | 284.14º | 0.67% | 0.82% | - |
| XYZ | 30.25 | 17.35 | 61.43 | - |
| YUV | 114.76 | 180.62 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 208 | 0.18 | 0.67 | 0 | 0.18 | 284.14 | 0.6 | 0.54 |
| Hex | AB | 44 | D0 | 12 | 43 | 0 | 12 | 11C | 3C | 36 |
| Octal | 253 | 104 | 320 | 22 | 103 | 0 | 22 | 434 | 74 | 66 |
| Binary | 10101011 | 1000100 | 11010000 | 10010 | 1000011 | 0 | 10010 | 100011100 | 111100 | 110110 |
Color Harmonies of #AB44D0
Complementary color
Monochromatic Colors of #AB44D0
Black with #AB44D0
Text Example
Text Example
White with #AB44D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB44D0; }
p { color: rgb(171,68,208); }
H1.HeaderClassName
{
color: #AB44D0;
}
.AnyTagClassName
{
color: #AB44D0;
}
</style>
background-color css
<style>
a { background-color: #AB44D0; }
a { background-color: rgb(171,68,208); }
div.DivClassName
{
background-color: #AB44D0;
}
.BgClassName
{
background-color: #AB44D0;
}
</style>
border-color css
<style>
span { border-color: #AB44D0; }
span { border-color: rgb(171,68,208); }
td.TdClassName
{
border-color: #AB44D0;
}
.TagClassName
{
border-color: #AB44D0;
}
</style>