Shades of Medium Orchid #AC43EF
Tints of Medium Orchid #AC43EF
RGB
CMYK
RGB Variations
Color information
#AC43EF (or 0xAC43EF) is known color: Medium Orchid. HEX triplet: AC, 43 and EF. RGB value is (172,67,239). Sum of RGB (Red+Green+Blue) = 172+67+239=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC43EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC43EF is #53BC10. Grayscale: #757575. Windows color (decimal): -5487633 or 15680428. OLE color: 15680428.
HSL color Cylindrical-coordinate representation of color #AC43EF: hue angle of 276.63º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC43EF is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 67 | 239 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.06 |
| HSL | 276.63º | 0.84% | 0.6% | - |
| HSV(B) | 276.63º | 0.72% | 0.94% | - |
| XYZ | 34.6 | 19.02 | 83.51 | - |
| YUV | 118 | 196.29 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 239 | 0.28 | 0.72 | 0 | 0.06 | 276.63 | 0.84 | 0.6 |
| Hex | AC | 43 | EF | 1C | 48 | 0 | 6 | 115 | 54 | 3C |
| Octal | 254 | 103 | 357 | 34 | 110 | 0 | 6 | 425 | 124 | 74 |
| Binary | 10101100 | 1000011 | 11101111 | 11100 | 1001000 | 0 | 110 | 100010101 | 1010100 | 111100 |
Color Harmonies of #AC43EF
Complementary color
Monochromatic Colors of #AC43EF
Black with #AC43EF
Text Example
Text Example
White with #AC43EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC43EF; }
p { color: rgb(172,67,239); }
H1.HeaderClassName
{
color: #AC43EF;
}
.AnyTagClassName
{
color: #AC43EF;
}
</style>
background-color css
<style>
a { background-color: #AC43EF; }
a { background-color: rgb(172,67,239); }
div.DivClassName
{
background-color: #AC43EF;
}
.BgClassName
{
background-color: #AC43EF;
}
</style>
border-color css
<style>
span { border-color: #AC43EF; }
span { border-color: rgb(172,67,239); }
td.TdClassName
{
border-color: #AC43EF;
}
.TagClassName
{
border-color: #AC43EF;
}
</style>