Shades of Medium Orchid #AC51FE
Tints of Medium Orchid #AC51FE
RGB
CMYK
RGB Variations
Color information
#AC51FE (or 0xAC51FE) is known color: Medium Orchid. HEX triplet: AC, 51 and FE. RGB value is (172,81,254). Sum of RGB (Red+Green+Blue) = 172+81+254=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC51FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC51FE is #53AE01. Grayscale: #7F7F7F. Windows color (decimal): -5484034 or 16667052. OLE color: 16667052.
HSL color Cylindrical-coordinate representation of color #AC51FE: hue angle of 271.56º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC51FE is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 81 | 254 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.00 |
| HSL | 271.56º | 0.99% | 0.66% | - |
| HSV(B) | 271.56º | 0.68% | 1% | - |
| XYZ | 37.85 | 21.81 | 95.98 | - |
| YUV | 127.93 | 199.15 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 254 | 0.32 | 0.68 | 0 | 0.00 | 271.56 | 0.99 | 0.66 |
| Hex | AC | 51 | FE | 20 | 44 | 0 | 0 | 110 | 63 | 42 |
| Octal | 254 | 121 | 376 | 40 | 104 | 0 | 0 | 420 | 143 | 102 |
| Binary | 10101100 | 1010001 | 11111110 | 100000 | 1000100 | 0 | 0 | 100010000 | 1100011 | 1000010 |
Color Harmonies of #AC51FE
Complementary color
Monochromatic Colors of #AC51FE
Black with #AC51FE
Text Example
Text Example
White with #AC51FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC51FE; }
p { color: rgb(172,81,254); }
H1.HeaderClassName
{
color: #AC51FE;
}
.AnyTagClassName
{
color: #AC51FE;
}
</style>
background-color css
<style>
a { background-color: #AC51FE; }
a { background-color: rgb(172,81,254); }
div.DivClassName
{
background-color: #AC51FE;
}
.BgClassName
{
background-color: #AC51FE;
}
</style>
border-color css
<style>
span { border-color: #AC51FE; }
span { border-color: rgb(172,81,254); }
td.TdClassName
{
border-color: #AC51FE;
}
.TagClassName
{
border-color: #AC51FE;
}
</style>