Shades of Medium Orchid #AC42EF
Tints of Medium Orchid #AC42EF
RGB
CMYK
RGB Variations
Color information
#AC42EF (or 0xAC42EF) is known color: Medium Orchid. HEX triplet: AC, 42 and EF. RGB value is (172,66,239). Sum of RGB (Red+Green+Blue) = 172+66+239=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC42EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC42EF is #53BD10. Grayscale: #747474. Windows color (decimal): -5487889 or 15680172. OLE color: 15680172.
HSL color Cylindrical-coordinate representation of color #AC42EF: hue angle of 276.76º 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 #AC42EF is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 66 | 239 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.06 |
| HSL | 276.76º | 0.84% | 0.6% | - |
| HSV(B) | 276.76º | 0.72% | 0.94% | - |
| XYZ | 34.54 | 18.9 | 83.49 | - |
| YUV | 117.42 | 196.62 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 239 | 0.28 | 0.72 | 0 | 0.06 | 276.76 | 0.84 | 0.6 |
| Hex | AC | 42 | EF | 1C | 48 | 0 | 6 | 115 | 54 | 3C |
| Octal | 254 | 102 | 357 | 34 | 110 | 0 | 6 | 425 | 124 | 74 |
| Binary | 10101100 | 1000010 | 11101111 | 11100 | 1001000 | 0 | 110 | 100010101 | 1010100 | 111100 |
Color Harmonies of #AC42EF
Complementary color
Monochromatic Colors of #AC42EF
Black with #AC42EF
Text Example
Text Example
White with #AC42EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC42EF; }
p { color: rgb(172,66,239); }
H1.HeaderClassName
{
color: #AC42EF;
}
.AnyTagClassName
{
color: #AC42EF;
}
</style>
background-color css
<style>
a { background-color: #AC42EF; }
a { background-color: rgb(172,66,239); }
div.DivClassName
{
background-color: #AC42EF;
}
.BgClassName
{
background-color: #AC42EF;
}
</style>
border-color css
<style>
span { border-color: #AC42EF; }
span { border-color: rgb(172,66,239); }
td.TdClassName
{
border-color: #AC42EF;
}
.TagClassName
{
border-color: #AC42EF;
}
</style>