Shades of Medium Orchid #AC42E9
Tints of Medium Orchid #AC42E9
RGB
CMYK
RGB Variations
Color information
#AC42E9 (or 0xAC42E9) is known color: Medium Orchid. HEX triplet: AC, 42 and E9. RGB value is (172,66,233). Sum of RGB (Red+Green+Blue) = 172+66+233=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC42E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC42E9 is #53BD16. Grayscale: #747474. Windows color (decimal): -5487895 or 15286956. OLE color: 15286956.
HSL color Cylindrical-coordinate representation of color #AC42E9: hue angle of 278.08º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC42E9 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 66 | 233 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.09 |
| HSL | 278.08º | 0.79% | 0.59% | - |
| HSV(B) | 278.08º | 0.72% | 0.91% | - |
| XYZ | 33.67 | 18.55 | 78.9 | - |
| YUV | 116.73 | 193.62 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 233 | 0.26 | 0.72 | 0 | 0.09 | 278.08 | 0.79 | 0.59 |
| Hex | AC | 42 | E9 | 1A | 48 | 0 | 9 | 116 | 4F | 3B |
| Octal | 254 | 102 | 351 | 32 | 110 | 0 | 11 | 426 | 117 | 73 |
| Binary | 10101100 | 1000010 | 11101001 | 11010 | 1001000 | 0 | 1001 | 100010110 | 1001111 | 111011 |
Color Harmonies of #AC42E9
Complementary color
Monochromatic Colors of #AC42E9
Black with #AC42E9
Text Example
Text Example
White with #AC42E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC42E9; }
p { color: rgb(172,66,233); }
H1.HeaderClassName
{
color: #AC42E9;
}
.AnyTagClassName
{
color: #AC42E9;
}
</style>
background-color css
<style>
a { background-color: #AC42E9; }
a { background-color: rgb(172,66,233); }
div.DivClassName
{
background-color: #AC42E9;
}
.BgClassName
{
background-color: #AC42E9;
}
</style>
border-color css
<style>
span { border-color: #AC42E9; }
span { border-color: rgb(172,66,233); }
td.TdClassName
{
border-color: #AC42E9;
}
.TagClassName
{
border-color: #AC42E9;
}
</style>