Shades of Medium Orchid #AC55FF
Tints of Medium Orchid #AC55FF
RGB
CMYK
RGB Variations
Color information
#AC55FF (or 0xAC55FF) is known color: Medium Orchid. HEX triplet: AC, 55 and FF. RGB value is (172,85,255). Sum of RGB (Red+Green+Blue) = 172+85+255=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC55FF is #53AA00. Grayscale: #818181. Windows color (decimal): -5483009 or 16733612. OLE color: 16733612.
HSL color Cylindrical-coordinate representation of color #AC55FF: hue angle of 270.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC55FF is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 85 | 255 | - |
| CMYK | 0.33 | 0.67 | 0 | 0 |
| HSL | 270.71º | 1% | 0.67% | - |
| HSV(B) | 270.71º | 0.67% | 1% | - |
| XYZ | 38.31 | 22.49 | 96.93 | - |
| YUV | 130.39 | 198.32 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 255 | 0.33 | 0.67 | 0 | 0 | 270.71 | 1 | 0.67 |
| Hex | AC | 55 | FF | 21 | 43 | 0 | 0 | 10F | 64 | 43 |
| Octal | 254 | 125 | 377 | 41 | 103 | 0 | 0 | 417 | 144 | 103 |
| Binary | 10101100 | 1010101 | 11111111 | 100001 | 1000011 | 0 | 0 | 100001111 | 1100100 | 1000011 |
Color Harmonies of #AC55FF
Complementary color
Monochromatic Colors of #AC55FF
Black with #AC55FF
Text Example
Text Example
White with #AC55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC55FF; }
p { color: rgb(172,85,255); }
H1.HeaderClassName
{
color: #AC55FF;
}
.AnyTagClassName
{
color: #AC55FF;
}
</style>
background-color css
<style>
a { background-color: #AC55FF; }
a { background-color: rgb(172,85,255); }
div.DivClassName
{
background-color: #AC55FF;
}
.BgClassName
{
background-color: #AC55FF;
}
</style>
border-color css
<style>
span { border-color: #AC55FF; }
span { border-color: rgb(172,85,255); }
td.TdClassName
{
border-color: #AC55FF;
}
.TagClassName
{
border-color: #AC55FF;
}
</style>