Shades of Medium Orchid #AC4EE8
Tints of Medium Orchid #AC4EE8
RGB
CMYK
RGB Variations
Color information
#AC4EE8 (or 0xAC4EE8) is known color: Medium Orchid. HEX triplet: AC, 4E and E8. RGB value is (172,78,232). Sum of RGB (Red+Green+Blue) = 172+78+232=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC4EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4EE8 is #53B117. Grayscale: #7B7B7B. Windows color (decimal): -5484824 or 15224492. OLE color: 15224492.
HSL color Cylindrical-coordinate representation of color #AC4EE8: hue angle of 276.62º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC4EE8 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 78 | 232 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.09 |
| HSL | 276.62º | 0.77% | 0.61% | - |
| HSV(B) | 276.62º | 0.66% | 0.91% | - |
| XYZ | 34.3 | 20.05 | 78.41 | - |
| YUV | 123.66 | 189.14 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 232 | 0.26 | 0.66 | 0 | 0.09 | 276.62 | 0.77 | 0.61 |
| Hex | AC | 4E | E8 | 1A | 42 | 0 | 9 | 115 | 4D | 3D |
| Octal | 254 | 116 | 350 | 32 | 102 | 0 | 11 | 425 | 115 | 75 |
| Binary | 10101100 | 1001110 | 11101000 | 11010 | 1000010 | 0 | 1001 | 100010101 | 1001101 | 111101 |
Color Harmonies of #AC4EE8
Complementary color
Monochromatic Colors of #AC4EE8
Black with #AC4EE8
Text Example
Text Example
White with #AC4EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4EE8; }
p { color: rgb(172,78,232); }
H1.HeaderClassName
{
color: #AC4EE8;
}
.AnyTagClassName
{
color: #AC4EE8;
}
</style>
background-color css
<style>
a { background-color: #AC4EE8; }
a { background-color: rgb(172,78,232); }
div.DivClassName
{
background-color: #AC4EE8;
}
.BgClassName
{
background-color: #AC4EE8;
}
</style>
border-color css
<style>
span { border-color: #AC4EE8; }
span { border-color: rgb(172,78,232); }
td.TdClassName
{
border-color: #AC4EE8;
}
.TagClassName
{
border-color: #AC4EE8;
}
</style>