Shades of Medium Orchid #AC42DC
Tints of Medium Orchid #AC42DC
RGB
CMYK
RGB Variations
Color information
#AC42DC (or 0xAC42DC) is known color: Medium Orchid. HEX triplet: AC, 42 and DC. RGB value is (172,66,220). Sum of RGB (Red+Green+Blue) = 172+66+220=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC42DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC42DC is #53BD23. Grayscale: #727272. Windows color (decimal): -5487908 or 14434988. OLE color: 14434988.
HSL color Cylindrical-coordinate representation of color #AC42DC: hue angle of 281.3º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC42DC is Cyan = 0.22, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 66 | 220 | - |
| CMYK | 0.22 | 0.7 | 0 | 0.14 |
| HSL | 281.3º | 0.69% | 0.56% | - |
| HSV(B) | 281.3º | 0.7% | 0.86% | - |
| XYZ | 31.88 | 17.83 | 69.47 | - |
| YUV | 115.25 | 187.12 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 220 | 0.22 | 0.7 | 0 | 0.14 | 281.3 | 0.69 | 0.56 |
| Hex | AC | 42 | DC | 16 | 46 | 0 | E | 119 | 45 | 38 |
| Octal | 254 | 102 | 334 | 26 | 106 | 0 | 16 | 431 | 105 | 70 |
| Binary | 10101100 | 1000010 | 11011100 | 10110 | 1000110 | 0 | 1110 | 100011001 | 1000101 | 111000 |
Color Harmonies of #AC42DC
Complementary color
Monochromatic Colors of #AC42DC
Black with #AC42DC
Text Example
Text Example
White with #AC42DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC42DC; }
p { color: rgb(172,66,220); }
H1.HeaderClassName
{
color: #AC42DC;
}
.AnyTagClassName
{
color: #AC42DC;
}
</style>
background-color css
<style>
a { background-color: #AC42DC; }
a { background-color: rgb(172,66,220); }
div.DivClassName
{
background-color: #AC42DC;
}
.BgClassName
{
background-color: #AC42DC;
}
</style>
border-color css
<style>
span { border-color: #AC42DC; }
span { border-color: rgb(172,66,220); }
td.TdClassName
{
border-color: #AC42DC;
}
.TagClassName
{
border-color: #AC42DC;
}
</style>