Shades of Medium Orchid #AC4DFE
Tints of Medium Orchid #AC4DFE
RGB
CMYK
RGB Variations
Color information
#AC4DFE (or 0xAC4DFE) is known color: Medium Orchid. HEX triplet: AC, 4D and FE. RGB value is (172,77,254). Sum of RGB (Red+Green+Blue) = 172+77+254=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC4DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4DFE is #53B201. Grayscale: #7C7C7C. Windows color (decimal): -5485058 or 16666028. OLE color: 16666028.
HSL color Cylindrical-coordinate representation of color #AC4DFE: hue angle of 272.2º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC4DFE is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 77 | 254 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.00 |
| HSL | 272.2º | 0.99% | 0.65% | - |
| HSV(B) | 272.2º | 0.7% | 1% | - |
| XYZ | 37.56 | 21.23 | 95.89 | - |
| YUV | 125.58 | 200.47 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 254 | 0.32 | 0.70 | 0 | 0.00 | 272.2 | 0.99 | 0.65 |
| Hex | AC | 4D | FE | 20 | 46 | 0 | 0 | 110 | 63 | 41 |
| Octal | 254 | 115 | 376 | 40 | 106 | 0 | 0 | 420 | 143 | 101 |
| Binary | 10101100 | 1001101 | 11111110 | 100000 | 1000110 | 0 | 0 | 100010000 | 1100011 | 1000001 |
Color Harmonies of #AC4DFE
Complementary color
Monochromatic Colors of #AC4DFE
Black with #AC4DFE
Text Example
Text Example
White with #AC4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DFE; }
p { color: rgb(172,77,254); }
H1.HeaderClassName
{
color: #AC4DFE;
}
.AnyTagClassName
{
color: #AC4DFE;
}
</style>
background-color css
<style>
a { background-color: #AC4DFE; }
a { background-color: rgb(172,77,254); }
div.DivClassName
{
background-color: #AC4DFE;
}
.BgClassName
{
background-color: #AC4DFE;
}
</style>
border-color css
<style>
span { border-color: #AC4DFE; }
span { border-color: rgb(172,77,254); }
td.TdClassName
{
border-color: #AC4DFE;
}
.TagClassName
{
border-color: #AC4DFE;
}
</style>