Shades of Medium Orchid #AC4CEA
Tints of Medium Orchid #AC4CEA
RGB
CMYK
RGB Variations
Color information
#AC4CEA (or 0xAC4CEA) is known color: Medium Orchid. HEX triplet: AC, 4C and EA. RGB value is (172,76,234). Sum of RGB (Red+Green+Blue) = 172+76+234=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC4CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4CEA is #53B315. Grayscale: #7A7A7A. Windows color (decimal): -5485334 or 15355052. OLE color: 15355052.
HSL color Cylindrical-coordinate representation of color #AC4CEA: hue angle of 276.46º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC4CEA is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 76 | 234 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.08 |
| HSL | 276.46º | 0.79% | 0.61% | - |
| HSV(B) | 276.46º | 0.68% | 0.92% | - |
| XYZ | 34.45 | 19.88 | 79.86 | - |
| YUV | 122.72 | 190.8 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 234 | 0.26 | 0.68 | 0 | 0.08 | 276.46 | 0.79 | 0.61 |
| Hex | AC | 4C | EA | 1A | 44 | 0 | 8 | 114 | 4F | 3D |
| Octal | 254 | 114 | 352 | 32 | 104 | 0 | 10 | 424 | 117 | 75 |
| Binary | 10101100 | 1001100 | 11101010 | 11010 | 1000100 | 0 | 1000 | 100010100 | 1001111 | 111101 |
Color Harmonies of #AC4CEA
Complementary color
Monochromatic Colors of #AC4CEA
Black with #AC4CEA
Text Example
Text Example
White with #AC4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4CEA; }
p { color: rgb(172,76,234); }
H1.HeaderClassName
{
color: #AC4CEA;
}
.AnyTagClassName
{
color: #AC4CEA;
}
</style>
background-color css
<style>
a { background-color: #AC4CEA; }
a { background-color: rgb(172,76,234); }
div.DivClassName
{
background-color: #AC4CEA;
}
.BgClassName
{
background-color: #AC4CEA;
}
</style>
border-color css
<style>
span { border-color: #AC4CEA; }
span { border-color: rgb(172,76,234); }
td.TdClassName
{
border-color: #AC4CEA;
}
.TagClassName
{
border-color: #AC4CEA;
}
</style>