Shades of Medium Orchid #AC4EEF
Tints of Medium Orchid #AC4EEF
RGB
CMYK
RGB Variations
Color information
#AC4EEF (or 0xAC4EEF) is known color: Medium Orchid. HEX triplet: AC, 4E and EF. RGB value is (172,78,239). Sum of RGB (Red+Green+Blue) = 172+78+239=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC4EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4EEF is #53B110. Grayscale: #7B7B7B. Windows color (decimal): -5484817 or 15683244. OLE color: 15683244.
HSL color Cylindrical-coordinate representation of color #AC4EEF: hue angle of 275.03º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC4EEF is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 78 | 239 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.06 |
| HSL | 275.03º | 0.83% | 0.62% | - |
| HSV(B) | 275.03º | 0.67% | 0.94% | - |
| XYZ | 35.32 | 20.45 | 83.75 | - |
| YUV | 124.46 | 192.64 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 239 | 0.28 | 0.67 | 0 | 0.06 | 275.03 | 0.83 | 0.62 |
| Hex | AC | 4E | EF | 1C | 43 | 0 | 6 | 113 | 53 | 3E |
| Octal | 254 | 116 | 357 | 34 | 103 | 0 | 6 | 423 | 123 | 76 |
| Binary | 10101100 | 1001110 | 11101111 | 11100 | 1000011 | 0 | 110 | 100010011 | 1010011 | 111110 |
Color Harmonies of #AC4EEF
Complementary color
Monochromatic Colors of #AC4EEF
Black with #AC4EEF
Text Example
Text Example
White with #AC4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4EEF; }
p { color: rgb(172,78,239); }
H1.HeaderClassName
{
color: #AC4EEF;
}
.AnyTagClassName
{
color: #AC4EEF;
}
</style>
background-color css
<style>
a { background-color: #AC4EEF; }
a { background-color: rgb(172,78,239); }
div.DivClassName
{
background-color: #AC4EEF;
}
.BgClassName
{
background-color: #AC4EEF;
}
</style>
border-color css
<style>
span { border-color: #AC4EEF; }
span { border-color: rgb(172,78,239); }
td.TdClassName
{
border-color: #AC4EEF;
}
.TagClassName
{
border-color: #AC4EEF;
}
</style>