Shades of Medium Orchid #AC4EE6
Tints of Medium Orchid #AC4EE6
RGB
CMYK
RGB Variations
Color information
#AC4EE6 (or 0xAC4EE6) is known color: Medium Orchid. HEX triplet: AC, 4E and E6. RGB value is (172,78,230). Sum of RGB (Red+Green+Blue) = 172+78+230=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC4EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4EE6 is #53B119. Grayscale: #7A7A7A. Windows color (decimal): -5484826 or 15093420. OLE color: 15093420.
HSL color Cylindrical-coordinate representation of color #AC4EE6: hue angle of 277.11º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC4EE6 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 78 | 230 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.10 |
| HSL | 277.11º | 0.75% | 0.6% | - |
| HSV(B) | 277.11º | 0.66% | 0.9% | - |
| XYZ | 34.02 | 19.93 | 76.92 | - |
| YUV | 123.43 | 188.14 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 230 | 0.25 | 0.66 | 0 | 0.10 | 277.11 | 0.75 | 0.6 |
| Hex | AC | 4E | E6 | 19 | 42 | 0 | A | 115 | 4B | 3C |
| Octal | 254 | 116 | 346 | 31 | 102 | 0 | 12 | 425 | 113 | 74 |
| Binary | 10101100 | 1001110 | 11100110 | 11001 | 1000010 | 0 | 1010 | 100010101 | 1001011 | 111100 |
Color Harmonies of #AC4EE6
Complementary color
Monochromatic Colors of #AC4EE6
Black with #AC4EE6
Text Example
Text Example
White with #AC4EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4EE6; }
p { color: rgb(172,78,230); }
H1.HeaderClassName
{
color: #AC4EE6;
}
.AnyTagClassName
{
color: #AC4EE6;
}
</style>
background-color css
<style>
a { background-color: #AC4EE6; }
a { background-color: rgb(172,78,230); }
div.DivClassName
{
background-color: #AC4EE6;
}
.BgClassName
{
background-color: #AC4EE6;
}
</style>
border-color css
<style>
span { border-color: #AC4EE6; }
span { border-color: rgb(172,78,230); }
td.TdClassName
{
border-color: #AC4EE6;
}
.TagClassName
{
border-color: #AC4EE6;
}
</style>