Shades of Medium Orchid #AC57FF
Tints of Medium Orchid #AC57FF
RGB
CMYK
RGB Variations
Color information
#AC57FF (or 0xAC57FF) is known color: Medium Orchid. HEX triplet: AC, 57 and FF. RGB value is (172,87,255). Sum of RGB (Red+Green+Blue) = 172+87+255=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC57FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC57FF is #53A800. Grayscale: #828282. Windows color (decimal): -5482497 or 16734124. OLE color: 16734124.
HSL color Cylindrical-coordinate representation of color #AC57FF: hue angle of 270.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC57FF is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 87 | 255 | - |
| CMYK | 0.33 | 0.66 | 0 | 0 |
| HSL | 270.36º | 1% | 0.67% | - |
| HSV(B) | 270.36º | 0.66% | 1% | - |
| XYZ | 38.47 | 22.81 | 96.98 | - |
| YUV | 131.57 | 197.66 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 255 | 0.33 | 0.66 | 0 | 0 | 270.36 | 1 | 0.67 |
| Hex | AC | 57 | FF | 21 | 42 | 0 | 0 | 10E | 64 | 43 |
| Octal | 254 | 127 | 377 | 41 | 102 | 0 | 0 | 416 | 144 | 103 |
| Binary | 10101100 | 1010111 | 11111111 | 100001 | 1000010 | 0 | 0 | 100001110 | 1100100 | 1000011 |
Color Harmonies of #AC57FF
Complementary color
Monochromatic Colors of #AC57FF
Black with #AC57FF
Text Example
Text Example
White with #AC57FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC57FF; }
p { color: rgb(172,87,255); }
H1.HeaderClassName
{
color: #AC57FF;
}
.AnyTagClassName
{
color: #AC57FF;
}
</style>
background-color css
<style>
a { background-color: #AC57FF; }
a { background-color: rgb(172,87,255); }
div.DivClassName
{
background-color: #AC57FF;
}
.BgClassName
{
background-color: #AC57FF;
}
</style>
border-color css
<style>
span { border-color: #AC57FF; }
span { border-color: rgb(172,87,255); }
td.TdClassName
{
border-color: #AC57FF;
}
.TagClassName
{
border-color: #AC57FF;
}
</style>