Shades of Medium Orchid #AC4DF1
Tints of Medium Orchid #AC4DF1
RGB
CMYK
RGB Variations
Color information
#AC4DF1 (or 0xAC4DF1) is known color: Medium Orchid. HEX triplet: AC, 4D and F1. RGB value is (172,77,241). Sum of RGB (Red+Green+Blue) = 172+77+241=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC4DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4DF1 is #53B20E. Grayscale: #7B7B7B. Windows color (decimal): -5485071 or 15814060. OLE color: 15814060.
HSL color Cylindrical-coordinate representation of color #AC4DF1: hue angle of 274.76º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC4DF1 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 77 | 241 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.05 |
| HSL | 274.76º | 0.85% | 0.62% | - |
| HSV(B) | 274.76º | 0.68% | 0.95% | - |
| XYZ | 35.54 | 20.43 | 85.29 | - |
| YUV | 124.1 | 193.97 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 241 | 0.29 | 0.68 | 0 | 0.05 | 274.76 | 0.85 | 0.62 |
| Hex | AC | 4D | F1 | 1D | 44 | 0 | 5 | 113 | 55 | 3E |
| Octal | 254 | 115 | 361 | 35 | 104 | 0 | 5 | 423 | 125 | 76 |
| Binary | 10101100 | 1001101 | 11110001 | 11101 | 1000100 | 0 | 101 | 100010011 | 1010101 | 111110 |
Color Harmonies of #AC4DF1
Complementary color
Monochromatic Colors of #AC4DF1
Black with #AC4DF1
Text Example
Text Example
White with #AC4DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DF1; }
p { color: rgb(172,77,241); }
H1.HeaderClassName
{
color: #AC4DF1;
}
.AnyTagClassName
{
color: #AC4DF1;
}
</style>
background-color css
<style>
a { background-color: #AC4DF1; }
a { background-color: rgb(172,77,241); }
div.DivClassName
{
background-color: #AC4DF1;
}
.BgClassName
{
background-color: #AC4DF1;
}
</style>
border-color css
<style>
span { border-color: #AC4DF1; }
span { border-color: rgb(172,77,241); }
td.TdClassName
{
border-color: #AC4DF1;
}
.TagClassName
{
border-color: #AC4DF1;
}
</style>