Shades of Medium Orchid #AC54FF
Tints of Medium Orchid #AC54FF
RGB
CMYK
RGB Variations
Color information
#AC54FF (or 0xAC54FF) is known color: Medium Orchid. HEX triplet: AC, 54 and FF. RGB value is (172,84,255). Sum of RGB (Red+Green+Blue) = 172+84+255=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC54FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54FF is #53AB00. Grayscale: #818181. Windows color (decimal): -5483265 or 16733356. OLE color: 16733356.
HSL color Cylindrical-coordinate representation of color #AC54FF: hue angle of 270.88º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC54FF is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 84 | 255 | - |
| CMYK | 0.33 | 0.67 | 0 | 0 |
| HSL | 270.88º | 1% | 0.66% | - |
| HSV(B) | 270.88º | 0.67% | 1% | - |
| XYZ | 38.23 | 22.33 | 96.9 | - |
| YUV | 129.81 | 198.65 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 255 | 0.33 | 0.67 | 0 | 0 | 270.88 | 1 | 0.66 |
| Hex | AC | 54 | FF | 21 | 43 | 0 | 0 | 10F | 64 | 42 |
| Octal | 254 | 124 | 377 | 41 | 103 | 0 | 0 | 417 | 144 | 102 |
| Binary | 10101100 | 1010100 | 11111111 | 100001 | 1000011 | 0 | 0 | 100001111 | 1100100 | 1000010 |
Color Harmonies of #AC54FF
Complementary color
Monochromatic Colors of #AC54FF
Black with #AC54FF
Text Example
Text Example
White with #AC54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC54FF; }
p { color: rgb(172,84,255); }
H1.HeaderClassName
{
color: #AC54FF;
}
.AnyTagClassName
{
color: #AC54FF;
}
</style>
background-color css
<style>
a { background-color: #AC54FF; }
a { background-color: rgb(172,84,255); }
div.DivClassName
{
background-color: #AC54FF;
}
.BgClassName
{
background-color: #AC54FF;
}
</style>
border-color css
<style>
span { border-color: #AC54FF; }
span { border-color: rgb(172,84,255); }
td.TdClassName
{
border-color: #AC54FF;
}
.TagClassName
{
border-color: #AC54FF;
}
</style>