Shades of Medium Orchid #AB4DC3
Tints of Medium Orchid #AB4DC3
RGB
CMYK
RGB Variations
Color information
#AB4DC3 (or 0xAB4DC3) is known color: Medium Orchid. HEX triplet: AB, 4D and C3. RGB value is (171,77,195). Sum of RGB (Red+Green+Blue) = 171+77+195=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB4DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DC3 is #54B23C. Grayscale: #767676. Windows color (decimal): -5550653 or 12799403. OLE color: 12799403.
HSL color Cylindrical-coordinate representation of color #AB4DC3: hue angle of 287.8º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4DC3 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 77 | 195 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.24 |
| HSL | 287.8º | 0.5% | 0.53% | - |
| HSV(B) | 287.8º | 0.61% | 0.76% | - |
| XYZ | 29.3 | 17.91 | 53.54 | - |
| YUV | 118.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 195 | 0.12 | 0.61 | 0 | 0.24 | 287.8 | 0.5 | 0.53 |
| Hex | AB | 4D | C3 | C | 3D | 0 | 18 | 120 | 32 | 35 |
| Octal | 253 | 115 | 303 | 14 | 75 | 0 | 30 | 440 | 62 | 65 |
| Binary | 10101011 | 1001101 | 11000011 | 1100 | 111101 | 0 | 11000 | 100100000 | 110010 | 110101 |
Color Harmonies of #AB4DC3
Complementary color
Monochromatic Colors of #AB4DC3
Black with #AB4DC3
Text Example
Text Example
White with #AB4DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DC3; }
p { color: rgb(171,77,195); }
H1.HeaderClassName
{
color: #AB4DC3;
}
.AnyTagClassName
{
color: #AB4DC3;
}
</style>
background-color css
<style>
a { background-color: #AB4DC3; }
a { background-color: rgb(171,77,195); }
div.DivClassName
{
background-color: #AB4DC3;
}
.BgClassName
{
background-color: #AB4DC3;
}
</style>
border-color css
<style>
span { border-color: #AB4DC3; }
span { border-color: rgb(171,77,195); }
td.TdClassName
{
border-color: #AB4DC3;
}
.TagClassName
{
border-color: #AB4DC3;
}
</style>