Shades of Medium Orchid #AC4EFB
Tints of Medium Orchid #AC4EFB
RGB
CMYK
RGB Variations
Color information
#AC4EFB (or 0xAC4EFB) is known color: Medium Orchid. HEX triplet: AC, 4E and FB. RGB value is (172,78,251). Sum of RGB (Red+Green+Blue) = 172+78+251=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC4EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4EFB is #53B104. Grayscale: #7D7D7D. Windows color (decimal): -5484805 or 16469676. OLE color: 16469676.
HSL color Cylindrical-coordinate representation of color #AC4EFB: hue angle of 272.6º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC4EFB is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 78 | 251 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.02 |
| HSL | 272.6º | 0.96% | 0.65% | - |
| HSV(B) | 272.6º | 0.69% | 0.98% | - |
| XYZ | 37.15 | 21.18 | 93.4 | - |
| YUV | 125.83 | 198.64 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 251 | 0.31 | 0.69 | 0 | 0.02 | 272.6 | 0.96 | 0.65 |
| Hex | AC | 4E | FB | 1F | 45 | 0 | 2 | 111 | 60 | 41 |
| Octal | 254 | 116 | 373 | 37 | 105 | 0 | 2 | 421 | 140 | 101 |
| Binary | 10101100 | 1001110 | 11111011 | 11111 | 1000101 | 0 | 10 | 100010001 | 1100000 | 1000001 |
Color Harmonies of #AC4EFB
Complementary color
Monochromatic Colors of #AC4EFB
Black with #AC4EFB
Text Example
Text Example
White with #AC4EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4EFB; }
p { color: rgb(172,78,251); }
H1.HeaderClassName
{
color: #AC4EFB;
}
.AnyTagClassName
{
color: #AC4EFB;
}
</style>
background-color css
<style>
a { background-color: #AC4EFB; }
a { background-color: rgb(172,78,251); }
div.DivClassName
{
background-color: #AC4EFB;
}
.BgClassName
{
background-color: #AC4EFB;
}
</style>
border-color css
<style>
span { border-color: #AC4EFB; }
span { border-color: rgb(172,78,251); }
td.TdClassName
{
border-color: #AC4EFB;
}
.TagClassName
{
border-color: #AC4EFB;
}
</style>