Shades of Medium Orchid #AC4EEE
Tints of Medium Orchid #AC4EEE
RGB
CMYK
RGB Variations
Color information
#AC4EEE (or 0xAC4EEE) is known color: Medium Orchid. HEX triplet: AC, 4E and EE. RGB value is (172,78,238). Sum of RGB (Red+Green+Blue) = 172+78+238=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC4EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4EEE is #53B111. Grayscale: #7B7B7B. Windows color (decimal): -5484818 or 15617708. OLE color: 15617708.
HSL color Cylindrical-coordinate representation of color #AC4EEE: hue angle of 275.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC4EEE is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 78 | 238 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.07 |
| HSL | 275.25º | 0.82% | 0.62% | - |
| HSV(B) | 275.25º | 0.67% | 0.93% | - |
| XYZ | 35.17 | 20.39 | 82.97 | - |
| YUV | 124.35 | 192.14 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 238 | 0.28 | 0.67 | 0 | 0.07 | 275.25 | 0.82 | 0.62 |
| Hex | AC | 4E | EE | 1C | 43 | 0 | 7 | 113 | 52 | 3E |
| Octal | 254 | 116 | 356 | 34 | 103 | 0 | 7 | 423 | 122 | 76 |
| Binary | 10101100 | 1001110 | 11101110 | 11100 | 1000011 | 0 | 111 | 100010011 | 1010010 | 111110 |
Color Harmonies of #AC4EEE
Complementary color
Monochromatic Colors of #AC4EEE
Black with #AC4EEE
Text Example
Text Example
White with #AC4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4EEE; }
p { color: rgb(172,78,238); }
H1.HeaderClassName
{
color: #AC4EEE;
}
.AnyTagClassName
{
color: #AC4EEE;
}
</style>
background-color css
<style>
a { background-color: #AC4EEE; }
a { background-color: rgb(172,78,238); }
div.DivClassName
{
background-color: #AC4EEE;
}
.BgClassName
{
background-color: #AC4EEE;
}
</style>
border-color css
<style>
span { border-color: #AC4EEE; }
span { border-color: rgb(172,78,238); }
td.TdClassName
{
border-color: #AC4EEE;
}
.TagClassName
{
border-color: #AC4EEE;
}
</style>