Shades of Medium Orchid #AC4EE5
Tints of Medium Orchid #AC4EE5
RGB
CMYK
RGB Variations
Color information
#AC4EE5 (or 0xAC4EE5) is known color: Medium Orchid. HEX triplet: AC, 4E and E5. RGB value is (172,78,229). Sum of RGB (Red+Green+Blue) = 172+78+229=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC4EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4EE5 is #53B11A. Grayscale: #7A7A7A. Windows color (decimal): -5484827 or 15027884. OLE color: 15027884.
HSL color Cylindrical-coordinate representation of color #AC4EE5: hue angle of 277.35º degrees, saturation: 0.74, 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 #AC4EE5 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 78 | 229 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.10 |
| HSL | 277.35º | 0.74% | 0.6% | - |
| HSV(B) | 277.35º | 0.66% | 0.9% | - |
| XYZ | 33.88 | 19.88 | 76.18 | - |
| YUV | 123.32 | 187.64 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 229 | 0.25 | 0.66 | 0 | 0.10 | 277.35 | 0.74 | 0.6 |
| Hex | AC | 4E | E5 | 19 | 42 | 0 | A | 115 | 4A | 3C |
| Octal | 254 | 116 | 345 | 31 | 102 | 0 | 12 | 425 | 112 | 74 |
| Binary | 10101100 | 1001110 | 11100101 | 11001 | 1000010 | 0 | 1010 | 100010101 | 1001010 | 111100 |
Color Harmonies of #AC4EE5
Complementary color
Monochromatic Colors of #AC4EE5
Black with #AC4EE5
Text Example
Text Example
White with #AC4EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4EE5; }
p { color: rgb(172,78,229); }
H1.HeaderClassName
{
color: #AC4EE5;
}
.AnyTagClassName
{
color: #AC4EE5;
}
</style>
background-color css
<style>
a { background-color: #AC4EE5; }
a { background-color: rgb(172,78,229); }
div.DivClassName
{
background-color: #AC4EE5;
}
.BgClassName
{
background-color: #AC4EE5;
}
</style>
border-color css
<style>
span { border-color: #AC4EE5; }
span { border-color: rgb(172,78,229); }
td.TdClassName
{
border-color: #AC4EE5;
}
.TagClassName
{
border-color: #AC4EE5;
}
</style>