Shades of Medium Orchid #AC42F6
Tints of Medium Orchid #AC42F6
RGB
CMYK
RGB Variations
Color information
#AC42F6 (or 0xAC42F6) is known color: Medium Orchid. HEX triplet: AC, 42 and F6. RGB value is (172,66,246). Sum of RGB (Red+Green+Blue) = 172+66+246=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC42F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC42F6 is #53BD09. Grayscale: #757575. Windows color (decimal): -5487882 or 16138924. OLE color: 16138924.
HSL color Cylindrical-coordinate representation of color #AC42F6: hue angle of 275.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC42F6 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 66 | 246 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.04 |
| HSL | 275.33º | 0.91% | 0.61% | - |
| HSV(B) | 275.33º | 0.73% | 0.96% | - |
| XYZ | 35.6 | 19.32 | 89.04 | - |
| YUV | 118.21 | 200.12 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 246 | 0.30 | 0.73 | 0 | 0.04 | 275.33 | 0.91 | 0.61 |
| Hex | AC | 42 | F6 | 1E | 49 | 0 | 4 | 113 | 5B | 3D |
| Octal | 254 | 102 | 366 | 36 | 111 | 0 | 4 | 423 | 133 | 75 |
| Binary | 10101100 | 1000010 | 11110110 | 11110 | 1001001 | 0 | 100 | 100010011 | 1011011 | 111101 |
Color Harmonies of #AC42F6
Complementary color
Monochromatic Colors of #AC42F6
Black with #AC42F6
Text Example
Text Example
White with #AC42F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC42F6; }
p { color: rgb(172,66,246); }
H1.HeaderClassName
{
color: #AC42F6;
}
.AnyTagClassName
{
color: #AC42F6;
}
</style>
background-color css
<style>
a { background-color: #AC42F6; }
a { background-color: rgb(172,66,246); }
div.DivClassName
{
background-color: #AC42F6;
}
.BgClassName
{
background-color: #AC42F6;
}
</style>
border-color css
<style>
span { border-color: #AC42F6; }
span { border-color: rgb(172,66,246); }
td.TdClassName
{
border-color: #AC42F6;
}
.TagClassName
{
border-color: #AC42F6;
}
</style>