Shades of Medium Orchid #AC42EE
Tints of Medium Orchid #AC42EE
RGB
CMYK
RGB Variations
Color information
#AC42EE (or 0xAC42EE) is known color: Medium Orchid. HEX triplet: AC, 42 and EE. RGB value is (172,66,238). Sum of RGB (Red+Green+Blue) = 172+66+238=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC42EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC42EE is #53BD11. Grayscale: #747474. Windows color (decimal): -5487890 or 15614636. OLE color: 15614636.
HSL color Cylindrical-coordinate representation of color #AC42EE: hue angle of 276.98º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC42EE is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 66 | 238 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.07 |
| HSL | 276.98º | 0.83% | 0.6% | - |
| HSV(B) | 276.98º | 0.72% | 0.93% | - |
| XYZ | 34.39 | 18.84 | 82.71 | - |
| YUV | 117.3 | 196.12 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 238 | 0.28 | 0.72 | 0 | 0.07 | 276.98 | 0.83 | 0.6 |
| Hex | AC | 42 | EE | 1C | 48 | 0 | 7 | 115 | 53 | 3C |
| Octal | 254 | 102 | 356 | 34 | 110 | 0 | 7 | 425 | 123 | 74 |
| Binary | 10101100 | 1000010 | 11101110 | 11100 | 1001000 | 0 | 111 | 100010101 | 1010011 | 111100 |
Color Harmonies of #AC42EE
Complementary color
Monochromatic Colors of #AC42EE
Black with #AC42EE
Text Example
Text Example
White with #AC42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC42EE; }
p { color: rgb(172,66,238); }
H1.HeaderClassName
{
color: #AC42EE;
}
.AnyTagClassName
{
color: #AC42EE;
}
</style>
background-color css
<style>
a { background-color: #AC42EE; }
a { background-color: rgb(172,66,238); }
div.DivClassName
{
background-color: #AC42EE;
}
.BgClassName
{
background-color: #AC42EE;
}
</style>
border-color css
<style>
span { border-color: #AC42EE; }
span { border-color: rgb(172,66,238); }
td.TdClassName
{
border-color: #AC42EE;
}
.TagClassName
{
border-color: #AC42EE;
}
</style>