Shades of Medium Orchid #AC4BFC
Tints of Medium Orchid #AC4BFC
RGB
CMYK
RGB Variations
Color information
#AC4BFC (or 0xAC4BFC) is known color: Medium Orchid. HEX triplet: AC, 4B and FC. RGB value is (172,75,252). Sum of RGB (Red+Green+Blue) = 172+75+252=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC4BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4BFC is #53B403. Grayscale: #7B7B7B. Windows color (decimal): -5485572 or 16534444. OLE color: 16534444.
HSL color Cylindrical-coordinate representation of color #AC4BFC: hue angle of 272.88º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC4BFC is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 75 | 252 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.01 |
| HSL | 272.88º | 0.97% | 0.64% | - |
| HSV(B) | 272.88º | 0.7% | 0.99% | - |
| XYZ | 37.1 | 20.83 | 94.16 | - |
| YUV | 124.18 | 200.14 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 252 | 0.32 | 0.70 | 0 | 0.01 | 272.88 | 0.97 | 0.64 |
| Hex | AC | 4B | FC | 20 | 46 | 0 | 1 | 111 | 61 | 40 |
| Octal | 254 | 113 | 374 | 40 | 106 | 0 | 1 | 421 | 141 | 100 |
| Binary | 10101100 | 1001011 | 11111100 | 100000 | 1000110 | 0 | 1 | 100010001 | 1100001 | 1000000 |
Color Harmonies of #AC4BFC
Complementary color
Monochromatic Colors of #AC4BFC
Black with #AC4BFC
Text Example
Text Example
White with #AC4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4BFC; }
p { color: rgb(172,75,252); }
H1.HeaderClassName
{
color: #AC4BFC;
}
.AnyTagClassName
{
color: #AC4BFC;
}
</style>
background-color css
<style>
a { background-color: #AC4BFC; }
a { background-color: rgb(172,75,252); }
div.DivClassName
{
background-color: #AC4BFC;
}
.BgClassName
{
background-color: #AC4BFC;
}
</style>
border-color css
<style>
span { border-color: #AC4BFC; }
span { border-color: rgb(172,75,252); }
td.TdClassName
{
border-color: #AC4BFC;
}
.TagClassName
{
border-color: #AC4BFC;
}
</style>