Shades of Medium Orchid #AC42ED
Tints of Medium Orchid #AC42ED
RGB
CMYK
RGB Variations
Color information
#AC42ED (or 0xAC42ED) is known color: Medium Orchid. HEX triplet: AC, 42 and ED. RGB value is (172,66,237). Sum of RGB (Red+Green+Blue) = 172+66+237=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC42ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC42ED is #53BD12. Grayscale: #747474. Windows color (decimal): -5487891 or 15549100. OLE color: 15549100.
HSL color Cylindrical-coordinate representation of color #AC42ED: hue angle of 277.19º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC42ED is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 66 | 237 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.07 |
| HSL | 277.19º | 0.83% | 0.59% | - |
| HSV(B) | 277.19º | 0.72% | 0.93% | - |
| XYZ | 34.25 | 18.78 | 81.94 | - |
| YUV | 117.19 | 195.62 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 237 | 0.27 | 0.72 | 0 | 0.07 | 277.19 | 0.83 | 0.59 |
| Hex | AC | 42 | ED | 1B | 48 | 0 | 7 | 115 | 53 | 3B |
| Octal | 254 | 102 | 355 | 33 | 110 | 0 | 7 | 425 | 123 | 73 |
| Binary | 10101100 | 1000010 | 11101101 | 11011 | 1001000 | 0 | 111 | 100010101 | 1010011 | 111011 |
Color Harmonies of #AC42ED
Complementary color
Monochromatic Colors of #AC42ED
Black with #AC42ED
Text Example
Text Example
White with #AC42ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC42ED; }
p { color: rgb(172,66,237); }
H1.HeaderClassName
{
color: #AC42ED;
}
.AnyTagClassName
{
color: #AC42ED;
}
</style>
background-color css
<style>
a { background-color: #AC42ED; }
a { background-color: rgb(172,66,237); }
div.DivClassName
{
background-color: #AC42ED;
}
.BgClassName
{
background-color: #AC42ED;
}
</style>
border-color css
<style>
span { border-color: #AC42ED; }
span { border-color: rgb(172,66,237); }
td.TdClassName
{
border-color: #AC42ED;
}
.TagClassName
{
border-color: #AC42ED;
}
</style>