Shades of Medium Orchid #AC4CEE
Tints of Medium Orchid #AC4CEE
RGB
CMYK
RGB Variations
Color information
#AC4CEE (or 0xAC4CEE) is known color: Medium Orchid. HEX triplet: AC, 4C and EE. RGB value is (172,76,238). Sum of RGB (Red+Green+Blue) = 172+76+238=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC4CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4CEE is #53B311. Grayscale: #7A7A7A. Windows color (decimal): -5485330 or 15617196. OLE color: 15617196.
HSL color Cylindrical-coordinate representation of color #AC4CEE: hue angle of 275.56º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC4CEE is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 76 | 238 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.07 |
| HSL | 275.56º | 0.83% | 0.62% | - |
| HSV(B) | 275.56º | 0.68% | 0.93% | - |
| XYZ | 35.03 | 20.11 | 82.92 | - |
| YUV | 123.17 | 192.8 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 238 | 0.28 | 0.68 | 0 | 0.07 | 275.56 | 0.83 | 0.62 |
| Hex | AC | 4C | EE | 1C | 44 | 0 | 7 | 114 | 53 | 3E |
| Octal | 254 | 114 | 356 | 34 | 104 | 0 | 7 | 424 | 123 | 76 |
| Binary | 10101100 | 1001100 | 11101110 | 11100 | 1000100 | 0 | 111 | 100010100 | 1010011 | 111110 |
Color Harmonies of #AC4CEE
Complementary color
Monochromatic Colors of #AC4CEE
Black with #AC4CEE
Text Example
Text Example
White with #AC4CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4CEE; }
p { color: rgb(172,76,238); }
H1.HeaderClassName
{
color: #AC4CEE;
}
.AnyTagClassName
{
color: #AC4CEE;
}
</style>
background-color css
<style>
a { background-color: #AC4CEE; }
a { background-color: rgb(172,76,238); }
div.DivClassName
{
background-color: #AC4CEE;
}
.BgClassName
{
background-color: #AC4CEE;
}
</style>
border-color css
<style>
span { border-color: #AC4CEE; }
span { border-color: rgb(172,76,238); }
td.TdClassName
{
border-color: #AC4CEE;
}
.TagClassName
{
border-color: #AC4CEE;
}
</style>