Shades of Medium Orchid #AC57F2
Tints of Medium Orchid #AC57F2
RGB
CMYK
RGB Variations
Color information
#AC57F2 (or 0xAC57F2) is known color: Medium Orchid. HEX triplet: AC, 57 and F2. RGB value is (172,87,242). Sum of RGB (Red+Green+Blue) = 172+87+242=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC57F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC57F2 is #53A80D. Grayscale: #818181. Windows color (decimal): -5482510 or 15882156. OLE color: 15882156.
HSL color Cylindrical-coordinate representation of color #AC57F2: hue angle of 272.9º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC57F2 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 87 | 242 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.05 |
| HSL | 272.9º | 0.86% | 0.65% | - |
| HSV(B) | 272.9º | 0.64% | 0.95% | - |
| XYZ | 36.45 | 22 | 86.33 | - |
| YUV | 130.09 | 191.16 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 242 | 0.29 | 0.64 | 0 | 0.05 | 272.9 | 0.86 | 0.65 |
| Hex | AC | 57 | F2 | 1D | 40 | 0 | 5 | 111 | 56 | 41 |
| Octal | 254 | 127 | 362 | 35 | 100 | 0 | 5 | 421 | 126 | 101 |
| Binary | 10101100 | 1010111 | 11110010 | 11101 | 1000000 | 0 | 101 | 100010001 | 1010110 | 1000001 |
Color Harmonies of #AC57F2
Complementary color
Monochromatic Colors of #AC57F2
Black with #AC57F2
Text Example
Text Example
White with #AC57F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC57F2; }
p { color: rgb(172,87,242); }
H1.HeaderClassName
{
color: #AC57F2;
}
.AnyTagClassName
{
color: #AC57F2;
}
</style>
background-color css
<style>
a { background-color: #AC57F2; }
a { background-color: rgb(172,87,242); }
div.DivClassName
{
background-color: #AC57F2;
}
.BgClassName
{
background-color: #AC57F2;
}
</style>
border-color css
<style>
span { border-color: #AC57F2; }
span { border-color: rgb(172,87,242); }
td.TdClassName
{
border-color: #AC57F2;
}
.TagClassName
{
border-color: #AC57F2;
}
</style>