Shades of Medium Orchid #AC4DF2
Tints of Medium Orchid #AC4DF2
RGB
CMYK
RGB Variations
Color information
#AC4DF2 (or 0xAC4DF2) is known color: Medium Orchid. HEX triplet: AC, 4D and F2. RGB value is (172,77,242). Sum of RGB (Red+Green+Blue) = 172+77+242=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC4DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4DF2 is #53B20D. Grayscale: #7B7B7B. Windows color (decimal): -5485070 or 15879596. OLE color: 15879596.
HSL color Cylindrical-coordinate representation of color #AC4DF2: hue angle of 274.55º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC4DF2 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 77 | 242 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.05 |
| HSL | 274.55º | 0.86% | 0.63% | - |
| HSV(B) | 274.55º | 0.68% | 0.95% | - |
| XYZ | 35.69 | 20.49 | 86.08 | - |
| YUV | 124.22 | 194.47 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 242 | 0.29 | 0.68 | 0 | 0.05 | 274.55 | 0.86 | 0.63 |
| Hex | AC | 4D | F2 | 1D | 44 | 0 | 5 | 113 | 56 | 3F |
| Octal | 254 | 115 | 362 | 35 | 104 | 0 | 5 | 423 | 126 | 77 |
| Binary | 10101100 | 1001101 | 11110010 | 11101 | 1000100 | 0 | 101 | 100010011 | 1010110 | 111111 |
Color Harmonies of #AC4DF2
Complementary color
Monochromatic Colors of #AC4DF2
Black with #AC4DF2
Text Example
Text Example
White with #AC4DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DF2; }
p { color: rgb(172,77,242); }
H1.HeaderClassName
{
color: #AC4DF2;
}
.AnyTagClassName
{
color: #AC4DF2;
}
</style>
background-color css
<style>
a { background-color: #AC4DF2; }
a { background-color: rgb(172,77,242); }
div.DivClassName
{
background-color: #AC4DF2;
}
.BgClassName
{
background-color: #AC4DF2;
}
</style>
border-color css
<style>
span { border-color: #AC4DF2; }
span { border-color: rgb(172,77,242); }
td.TdClassName
{
border-color: #AC4DF2;
}
.TagClassName
{
border-color: #AC4DF2;
}
</style>