Shades of Medium Orchid #AC55FE
Tints of Medium Orchid #AC55FE
RGB
CMYK
RGB Variations
Color information
#AC55FE (or 0xAC55FE) is known color: Medium Orchid. HEX triplet: AC, 55 and FE. RGB value is (172,85,254). Sum of RGB (Red+Green+Blue) = 172+85+254=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC55FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC55FE is #53AA01. Grayscale: #818181. Windows color (decimal): -5483010 or 16668076. OLE color: 16668076.
HSL color Cylindrical-coordinate representation of color #AC55FE: hue angle of 270.89º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC55FE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 85 | 254 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.00 |
| HSL | 270.89º | 0.99% | 0.66% | - |
| HSV(B) | 270.89º | 0.67% | 1% | - |
| XYZ | 38.15 | 22.42 | 96.08 | - |
| YUV | 130.28 | 197.82 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 254 | 0.32 | 0.67 | 0 | 0.00 | 270.89 | 0.99 | 0.66 |
| Hex | AC | 55 | FE | 20 | 43 | 0 | 0 | 10F | 63 | 42 |
| Octal | 254 | 125 | 376 | 40 | 103 | 0 | 0 | 417 | 143 | 102 |
| Binary | 10101100 | 1010101 | 11111110 | 100000 | 1000011 | 0 | 0 | 100001111 | 1100011 | 1000010 |
Color Harmonies of #AC55FE
Complementary color
Monochromatic Colors of #AC55FE
Black with #AC55FE
Text Example
Text Example
White with #AC55FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC55FE; }
p { color: rgb(172,85,254); }
H1.HeaderClassName
{
color: #AC55FE;
}
.AnyTagClassName
{
color: #AC55FE;
}
</style>
background-color css
<style>
a { background-color: #AC55FE; }
a { background-color: rgb(172,85,254); }
div.DivClassName
{
background-color: #AC55FE;
}
.BgClassName
{
background-color: #AC55FE;
}
</style>
border-color css
<style>
span { border-color: #AC55FE; }
span { border-color: rgb(172,85,254); }
td.TdClassName
{
border-color: #AC55FE;
}
.TagClassName
{
border-color: #AC55FE;
}
</style>