Shades of Medium Orchid #AC57FE
Tints of Medium Orchid #AC57FE
RGB
CMYK
RGB Variations
Color information
#AC57FE (or 0xAC57FE) is known color: Medium Orchid. HEX triplet: AC, 57 and FE. RGB value is (172,87,254). Sum of RGB (Red+Green+Blue) = 172+87+254=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC57FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC57FE is #53A801. Grayscale: #828282. Windows color (decimal): -5482498 or 16668588. OLE color: 16668588.
HSL color Cylindrical-coordinate representation of color #AC57FE: hue angle of 270.54º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC57FE is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 87 | 254 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.00 |
| HSL | 270.54º | 0.99% | 0.67% | - |
| HSV(B) | 270.54º | 0.66% | 1% | - |
| XYZ | 38.31 | 22.74 | 96.14 | - |
| YUV | 131.45 | 197.16 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 254 | 0.32 | 0.66 | 0 | 0.00 | 270.54 | 0.99 | 0.67 |
| Hex | AC | 57 | FE | 20 | 42 | 0 | 0 | 10F | 63 | 43 |
| Octal | 254 | 127 | 376 | 40 | 102 | 0 | 0 | 417 | 143 | 103 |
| Binary | 10101100 | 1010111 | 11111110 | 100000 | 1000010 | 0 | 0 | 100001111 | 1100011 | 1000011 |
Color Harmonies of #AC57FE
Complementary color
Monochromatic Colors of #AC57FE
Black with #AC57FE
Text Example
Text Example
White with #AC57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC57FE; }
p { color: rgb(172,87,254); }
H1.HeaderClassName
{
color: #AC57FE;
}
.AnyTagClassName
{
color: #AC57FE;
}
</style>
background-color css
<style>
a { background-color: #AC57FE; }
a { background-color: rgb(172,87,254); }
div.DivClassName
{
background-color: #AC57FE;
}
.BgClassName
{
background-color: #AC57FE;
}
</style>
border-color css
<style>
span { border-color: #AC57FE; }
span { border-color: rgb(172,87,254); }
td.TdClassName
{
border-color: #AC57FE;
}
.TagClassName
{
border-color: #AC57FE;
}
</style>