Shades of Medium Orchid #AC50E8
Tints of Medium Orchid #AC50E8
RGB
CMYK
RGB Variations
Color information
#AC50E8 (or 0xAC50E8) is known color: Medium Orchid. HEX triplet: AC, 50 and E8. RGB value is (172,80,232). Sum of RGB (Red+Green+Blue) = 172+80+232=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC50E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50E8 is #53AF17. Grayscale: #7C7C7C. Windows color (decimal): -5484312 or 15225004. OLE color: 15225004.
HSL color Cylindrical-coordinate representation of color #AC50E8: hue angle of 276.32º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC50E8 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 80 | 232 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.09 |
| HSL | 276.32º | 0.77% | 0.61% | - |
| HSV(B) | 276.32º | 0.66% | 0.91% | - |
| XYZ | 34.45 | 20.33 | 78.45 | - |
| YUV | 124.84 | 188.48 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 232 | 0.26 | 0.66 | 0 | 0.09 | 276.32 | 0.77 | 0.61 |
| Hex | AC | 50 | E8 | 1A | 42 | 0 | 9 | 114 | 4D | 3D |
| Octal | 254 | 120 | 350 | 32 | 102 | 0 | 11 | 424 | 115 | 75 |
| Binary | 10101100 | 1010000 | 11101000 | 11010 | 1000010 | 0 | 1001 | 100010100 | 1001101 | 111101 |
Color Harmonies of #AC50E8
Complementary color
Monochromatic Colors of #AC50E8
Black with #AC50E8
Text Example
Text Example
White with #AC50E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC50E8; }
p { color: rgb(172,80,232); }
H1.HeaderClassName
{
color: #AC50E8;
}
.AnyTagClassName
{
color: #AC50E8;
}
</style>
background-color css
<style>
a { background-color: #AC50E8; }
a { background-color: rgb(172,80,232); }
div.DivClassName
{
background-color: #AC50E8;
}
.BgClassName
{
background-color: #AC50E8;
}
</style>
border-color css
<style>
span { border-color: #AC50E8; }
span { border-color: rgb(172,80,232); }
td.TdClassName
{
border-color: #AC50E8;
}
.TagClassName
{
border-color: #AC50E8;
}
</style>