Shades of Medium Orchid #AB4FDC
Tints of Medium Orchid #AB4FDC
RGB
CMYK
RGB Variations
Color information
#AB4FDC (or 0xAB4FDC) is known color: Medium Orchid. HEX triplet: AB, 4F and DC. RGB value is (171,79,220). Sum of RGB (Red+Green+Blue) = 171+79+220=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB4FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4FDC is #54B023. Grayscale: #7A7A7A. Windows color (decimal): -5550116 or 14438315. OLE color: 14438315.
HSL color Cylindrical-coordinate representation of color #AB4FDC: hue angle of 279.15º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB4FDC is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 79 | 220 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.14 |
| HSL | 279.15º | 0.67% | 0.59% | - |
| HSV(B) | 279.15º | 0.64% | 0.86% | - |
| XYZ | 32.51 | 19.42 | 69.74 | - |
| YUV | 122.58 | 182.98 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 220 | 0.22 | 0.64 | 0 | 0.14 | 279.15 | 0.67 | 0.59 |
| Hex | AB | 4F | DC | 16 | 40 | 0 | E | 117 | 43 | 3B |
| Octal | 253 | 117 | 334 | 26 | 100 | 0 | 16 | 427 | 103 | 73 |
| Binary | 10101011 | 1001111 | 11011100 | 10110 | 1000000 | 0 | 1110 | 100010111 | 1000011 | 111011 |
Color Harmonies of #AB4FDC
Complementary color
Monochromatic Colors of #AB4FDC
Black with #AB4FDC
Text Example
Text Example
White with #AB4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4FDC; }
p { color: rgb(171,79,220); }
H1.HeaderClassName
{
color: #AB4FDC;
}
.AnyTagClassName
{
color: #AB4FDC;
}
</style>
background-color css
<style>
a { background-color: #AB4FDC; }
a { background-color: rgb(171,79,220); }
div.DivClassName
{
background-color: #AB4FDC;
}
.BgClassName
{
background-color: #AB4FDC;
}
</style>
border-color css
<style>
span { border-color: #AB4FDC; }
span { border-color: rgb(171,79,220); }
td.TdClassName
{
border-color: #AB4FDC;
}
.TagClassName
{
border-color: #AB4FDC;
}
</style>