Shades of Medium Orchid #AC4FFC
Tints of Medium Orchid #AC4FFC
RGB
CMYK
RGB Variations
Color information
#AC4FFC (or 0xAC4FFC) is known color: Medium Orchid. HEX triplet: AC, 4F and FC. RGB value is (172,79,252). Sum of RGB (Red+Green+Blue) = 172+79+252=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC4FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4FFC is #53B003. Grayscale: #7D7D7D. Windows color (decimal): -5484548 or 16535468. OLE color: 16535468.
HSL color Cylindrical-coordinate representation of color #AC4FFC: hue angle of 272.25º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC4FFC is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 79 | 252 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.01 |
| HSL | 272.25º | 0.97% | 0.65% | - |
| HSV(B) | 272.25º | 0.69% | 0.99% | - |
| XYZ | 37.38 | 21.39 | 94.25 | - |
| YUV | 126.53 | 198.81 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 79 | 252 | 0.32 | 0.69 | 0 | 0.01 | 272.25 | 0.97 | 0.65 |
| Hex | AC | 4F | FC | 20 | 45 | 0 | 1 | 110 | 61 | 41 |
| Octal | 254 | 117 | 374 | 40 | 105 | 0 | 1 | 420 | 141 | 101 |
| Binary | 10101100 | 1001111 | 11111100 | 100000 | 1000101 | 0 | 1 | 100010000 | 1100001 | 1000001 |
Color Harmonies of #AC4FFC
Complementary color
Monochromatic Colors of #AC4FFC
Black with #AC4FFC
Text Example
Text Example
White with #AC4FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4FFC; }
p { color: rgb(172,79,252); }
H1.HeaderClassName
{
color: #AC4FFC;
}
.AnyTagClassName
{
color: #AC4FFC;
}
</style>
background-color css
<style>
a { background-color: #AC4FFC; }
a { background-color: rgb(172,79,252); }
div.DivClassName
{
background-color: #AC4FFC;
}
.BgClassName
{
background-color: #AC4FFC;
}
</style>
border-color css
<style>
span { border-color: #AC4FFC; }
span { border-color: rgb(172,79,252); }
td.TdClassName
{
border-color: #AC4FFC;
}
.TagClassName
{
border-color: #AC4FFC;
}
</style>