Shades of Medium Orchid #AC58FA
Tints of Medium Orchid #AC58FA
RGB
CMYK
RGB Variations
Color information
#AC58FA (or 0xAC58FA) is known color: Medium Orchid. HEX triplet: AC, 58 and FA. RGB value is (172,88,250). Sum of RGB (Red+Green+Blue) = 172+88+250=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC58FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC58FA is #53A705. Grayscale: #838383. Windows color (decimal): -5482246 or 16406700. OLE color: 16406700.
HSL color Cylindrical-coordinate representation of color #AC58FA: hue angle of 271.11º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC58FA is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 88 | 250 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.02 |
| HSL | 271.11º | 0.94% | 0.66% | - |
| HSV(B) | 271.11º | 0.65% | 0.98% | - |
| XYZ | 37.76 | 22.65 | 92.82 | - |
| YUV | 131.58 | 194.83 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 250 | 0.31 | 0.65 | 0 | 0.02 | 271.11 | 0.94 | 0.66 |
| Hex | AC | 58 | FA | 1F | 41 | 0 | 2 | 10F | 5E | 42 |
| Octal | 254 | 130 | 372 | 37 | 101 | 0 | 2 | 417 | 136 | 102 |
| Binary | 10101100 | 1011000 | 11111010 | 11111 | 1000001 | 0 | 10 | 100001111 | 1011110 | 1000010 |
Color Harmonies of #AC58FA
Complementary color
Monochromatic Colors of #AC58FA
Black with #AC58FA
Text Example
Text Example
White with #AC58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC58FA; }
p { color: rgb(172,88,250); }
H1.HeaderClassName
{
color: #AC58FA;
}
.AnyTagClassName
{
color: #AC58FA;
}
</style>
background-color css
<style>
a { background-color: #AC58FA; }
a { background-color: rgb(172,88,250); }
div.DivClassName
{
background-color: #AC58FA;
}
.BgClassName
{
background-color: #AC58FA;
}
</style>
border-color css
<style>
span { border-color: #AC58FA; }
span { border-color: rgb(172,88,250); }
td.TdClassName
{
border-color: #AC58FA;
}
.TagClassName
{
border-color: #AC58FA;
}
</style>