Shades of Medium Orchid #AB43D1
Tints of Medium Orchid #AB43D1
RGB
CMYK
RGB Variations
Color information
#AB43D1 (or 0xAB43D1) is known color: Medium Orchid. HEX triplet: AB, 43 and D1. RGB value is (171,67,209). Sum of RGB (Red+Green+Blue) = 171+67+209=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB43D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB43D1 is #54BC2E. Grayscale: #717171. Windows color (decimal): -5553199 or 13714347. OLE color: 13714347.
HSL color Cylindrical-coordinate representation of color #AB43D1: hue angle of 283.94º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB43D1 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 67 | 209 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.18 |
| HSL | 283.94º | 0.61% | 0.54% | - |
| HSV(B) | 283.94º | 0.68% | 0.82% | - |
| XYZ | 30.31 | 17.28 | 62.06 | - |
| YUV | 114.28 | 181.46 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 209 | 0.18 | 0.68 | 0 | 0.18 | 283.94 | 0.61 | 0.54 |
| Hex | AB | 43 | D1 | 12 | 44 | 0 | 12 | 11C | 3D | 36 |
| Octal | 253 | 103 | 321 | 22 | 104 | 0 | 22 | 434 | 75 | 66 |
| Binary | 10101011 | 1000011 | 11010001 | 10010 | 1000100 | 0 | 10010 | 100011100 | 111101 | 110110 |
Color Harmonies of #AB43D1
Complementary color
Monochromatic Colors of #AB43D1
Black with #AB43D1
Text Example
Text Example
White with #AB43D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB43D1; }
p { color: rgb(171,67,209); }
H1.HeaderClassName
{
color: #AB43D1;
}
.AnyTagClassName
{
color: #AB43D1;
}
</style>
background-color css
<style>
a { background-color: #AB43D1; }
a { background-color: rgb(171,67,209); }
div.DivClassName
{
background-color: #AB43D1;
}
.BgClassName
{
background-color: #AB43D1;
}
</style>
border-color css
<style>
span { border-color: #AB43D1; }
span { border-color: rgb(171,67,209); }
td.TdClassName
{
border-color: #AB43D1;
}
.TagClassName
{
border-color: #AB43D1;
}
</style>