Shades of Medium Orchid #AC5ACF
Tints of Medium Orchid #AC5ACF
RGB
CMYK
RGB Variations
Color information
#AC5ACF (or 0xAC5ACF) is known color: Medium Orchid. HEX triplet: AC, 5A and CF. RGB value is (172,90,207). Sum of RGB (Red+Green+Blue) = 172+90+207=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC5ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ACF is #53A530. Grayscale: #7F7F7F. Windows color (decimal): -5481777 or 13589164. OLE color: 13589164.
HSL color Cylindrical-coordinate representation of color #AC5ACF: hue angle of 282.05º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC5ACF is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 90 | 207 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.19 |
| HSL | 282.05º | 0.55% | 0.58% | - |
| HSV(B) | 282.05º | 0.57% | 0.81% | - |
| XYZ | 31.93 | 20.59 | 61.32 | - |
| YUV | 127.86 | 172.67 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 207 | 0.17 | 0.57 | 0 | 0.19 | 282.05 | 0.55 | 0.58 |
| Hex | AC | 5A | CF | 11 | 39 | 0 | 13 | 11A | 37 | 3A |
| Octal | 254 | 132 | 317 | 21 | 71 | 0 | 23 | 432 | 67 | 72 |
| Binary | 10101100 | 1011010 | 11001111 | 10001 | 111001 | 0 | 10011 | 100011010 | 110111 | 111010 |
Color Harmonies of #AC5ACF
Complementary color
Monochromatic Colors of #AC5ACF
Black with #AC5ACF
Text Example
Text Example
White with #AC5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5ACF; }
p { color: rgb(172,90,207); }
H1.HeaderClassName
{
color: #AC5ACF;
}
.AnyTagClassName
{
color: #AC5ACF;
}
</style>
background-color css
<style>
a { background-color: #AC5ACF; }
a { background-color: rgb(172,90,207); }
div.DivClassName
{
background-color: #AC5ACF;
}
.BgClassName
{
background-color: #AC5ACF;
}
</style>
border-color css
<style>
span { border-color: #AC5ACF; }
span { border-color: rgb(172,90,207); }
td.TdClassName
{
border-color: #AC5ACF;
}
.TagClassName
{
border-color: #AC5ACF;
}
</style>