Shades of Medium Orchid #AB45D0
Tints of Medium Orchid #AB45D0
RGB
CMYK
RGB Variations
Color information
#AB45D0 (or 0xAB45D0) is known color: Medium Orchid. HEX triplet: AB, 45 and D0. RGB value is (171,69,208). Sum of RGB (Red+Green+Blue) = 171+69+208=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB45D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB45D0 is #54BA2F. Grayscale: #727272. Windows color (decimal): -5552688 or 13649323. OLE color: 13649323.
HSL color Cylindrical-coordinate representation of color #AB45D0: hue angle of 284.03º 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 #AB45D0 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 69 | 208 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.18 |
| HSL | 284.03º | 0.6% | 0.54% | - |
| HSV(B) | 284.03º | 0.67% | 0.82% | - |
| XYZ | 30.31 | 17.47 | 61.45 | - |
| YUV | 115.34 | 180.29 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 208 | 0.18 | 0.67 | 0 | 0.18 | 284.03 | 0.6 | 0.54 |
| Hex | AB | 45 | D0 | 12 | 43 | 0 | 12 | 11C | 3C | 36 |
| Octal | 253 | 105 | 320 | 22 | 103 | 0 | 22 | 434 | 74 | 66 |
| Binary | 10101011 | 1000101 | 11010000 | 10010 | 1000011 | 0 | 10010 | 100011100 | 111100 | 110110 |
Color Harmonies of #AB45D0
Complementary color
Monochromatic Colors of #AB45D0
Black with #AB45D0
Text Example
Text Example
White with #AB45D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB45D0; }
p { color: rgb(171,69,208); }
H1.HeaderClassName
{
color: #AB45D0;
}
.AnyTagClassName
{
color: #AB45D0;
}
</style>
background-color css
<style>
a { background-color: #AB45D0; }
a { background-color: rgb(171,69,208); }
div.DivClassName
{
background-color: #AB45D0;
}
.BgClassName
{
background-color: #AB45D0;
}
</style>
border-color css
<style>
span { border-color: #AB45D0; }
span { border-color: rgb(171,69,208); }
td.TdClassName
{
border-color: #AB45D0;
}
.TagClassName
{
border-color: #AB45D0;
}
</style>