Shades of Medium Orchid #AC54FA
Tints of Medium Orchid #AC54FA
RGB
CMYK
RGB Variations
Color information
#AC54FA (or 0xAC54FA) is known color: Medium Orchid. HEX triplet: AC, 54 and FA. RGB value is (172,84,250). Sum of RGB (Red+Green+Blue) = 172+84+250=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC54FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54FA is #53AB05. Grayscale: #808080. Windows color (decimal): -5483270 or 16405676. OLE color: 16405676.
HSL color Cylindrical-coordinate representation of color #AC54FA: hue angle of 271.81º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC54FA is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 84 | 250 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.02 |
| HSL | 271.81º | 0.94% | 0.65% | - |
| HSV(B) | 271.81º | 0.66% | 0.98% | - |
| XYZ | 37.44 | 22.01 | 92.72 | - |
| YUV | 129.24 | 196.15 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 250 | 0.31 | 0.66 | 0 | 0.02 | 271.81 | 0.94 | 0.65 |
| Hex | AC | 54 | FA | 1F | 42 | 0 | 2 | 110 | 5E | 41 |
| Octal | 254 | 124 | 372 | 37 | 102 | 0 | 2 | 420 | 136 | 101 |
| Binary | 10101100 | 1010100 | 11111010 | 11111 | 1000010 | 0 | 10 | 100010000 | 1011110 | 1000001 |
Color Harmonies of #AC54FA
Complementary color
Monochromatic Colors of #AC54FA
Black with #AC54FA
Text Example
Text Example
White with #AC54FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC54FA; }
p { color: rgb(172,84,250); }
H1.HeaderClassName
{
color: #AC54FA;
}
.AnyTagClassName
{
color: #AC54FA;
}
</style>
background-color css
<style>
a { background-color: #AC54FA; }
a { background-color: rgb(172,84,250); }
div.DivClassName
{
background-color: #AC54FA;
}
.BgClassName
{
background-color: #AC54FA;
}
</style>
border-color css
<style>
span { border-color: #AC54FA; }
span { border-color: rgb(172,84,250); }
td.TdClassName
{
border-color: #AC54FA;
}
.TagClassName
{
border-color: #AC54FA;
}
</style>